Endless Paradigm

Full Version: DA's method to increase the wave speed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
|-Anubis-| Wrote:But actual C code makes it applicable to practically ANY old/future firmware.

Its much faster than looking for offsets.

SadistSadisti don't know C.. Sadist
|-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...
i once said that here: post #555
Pages: 1 2
Reference URL's