reHackable / scripts

[ THIS PROJECT IS CURRENTLY ON HALT :( ] A set of bash scripts that may enhance your reMarkable experience
GNU General Public License v3.0
236 stars 30 forks source link

webui_invincibility.sh: Manual method not applicable to xochitl.25027_rm2 #32

Open plan5 opened 3 years ago

plan5 commented 3 years ago

Out of curiosity and in hope to learn more about binary patching I've attempted to follow the manual patching guide for webui_invincibility (with Cutter 1.12.0).

I can find the correct string and copy its adress (0x003bf809).

But "axt @ 0x003bf809" won't report any references at all. So with the steps provided it's not possible to find the correct function.

I've tried the addresses of other strings successfully (e.g. "Supplicant interface already enabled and valid, but reconnecting just in case"). So I believe it is not a mistake in how I've entered the command.

It's great that you have your approach documented. A great practical learning resource :) Thanks!