NefMoto

Technical => Reverse Engineering => Topic started by: flamy on June 10, 2025, 02:58:41 PM



Title: [ME7] Function call by address-table
Post by: flamy on June 10, 2025, 02:58:41 PM
Hi,

for example in 551K you can find the address-table of the scheduler in the region of 0x812200.
All addresses are stored in 4 byte sequences, little endian with leading 0x00 and are organized in blocks for different timings.

Could someone give me a little hint, where to find the function(s) that reads the addresses and calls the functions?
I would like to understand the "correct" procedure.

Thanks in advance!