Originally Posted by GeoffR
Just remove the "\x00" from the end of the footer string, I haven't added code to parse that yet. The \x00 adds a null terminator to the string because patcher doesn't do it itself when the replace_xor method is used. However patch32lsb does it automatically, so the \x00 is not needed.
(BTW it should run correctly on 32- and 64-bit machines, the 32lsb in the name refers to the executable that is being patched, i.e. Kobo devices run 32-bit little-endian code.)
|