Quote:
Originally Posted by geek1011
as for writing patches in general:
- The Hopper disassembler is currently my favourite for this (but it only works on Linux/macOS)
- IDA Pro works fine as well
- The ARM Kiel reference is very, very useful
- armconverter.com is also useful
- trial and error is the best way to learn
- well-placed NOPs, MOVs, and string replacements will get you 99% of the patches
|
Just wanted to let you know that thanks to your resources, hints and the existing patches, I could write the patch.
The one thing I couldn‘t quite understand is why
is a boolean true – maybe you can help me understand that. I guess this is a reference to some place where true is returned, but I might be way off.
Thanks so much for your effort in writing the patches and publishing it out in the open at GitHub.