|-Anubis-| Wrote:But actual C code makes it applicable to practically ANY old/future firmware.
Its much faster than looking for offsets.
Not really - he's specifying offsets in his code anyway.
C Code
_sw(0x3E4CCCCC, mod->text_addr+0x1A38EC);
|
Note the "magic" number of 0x1A38EC (if the file offset is 0x1A39B0, it suggests that the text data starts at 0xC4).
yea I noticed that myself...