-
Notifications
You must be signed in to change notification settings - Fork 100
Description
I've been messing around with snakeware for a while on the Raspberry Pi 4. With a bit of help from a spare Linux machine, adding code is relatively easy. As for the x86_64 build, not so much.
I've tried compiling from source but it keeps failing (either it complains about the makefile having an invalid configuration or some binaries still using 32-bit when building for 64-bit), so I gave up on that. I did some digging and (much to my dismay) all of the snakeware code is stored in an initrd image, which is a pain to unpack, not to mention repackage.
I also tried messing with the snakeuser partition, which yielded similar results.
Is there a way to add new code? It would help a lot if someone pointed me in the right direction (or at least, gave me a clue on how to do so).