From: Thorsten O. <ad...@th...> - 2025-01-09 12:59:39
|
I've pushed the ghidra archive now to my TOS_100 branch, in the ghidra directory. Please let me know if you can import it. AES functions should now be complete, as well as most BSS symbols from AES. There are also text files for the symbols, and the structure definitions, just in case. What i recently noticed is, that the jmptable of the switch statement in osif() is somewhere in the middle of the ROM. That worries me a bit, normally such tables go into the data segment and are linked in at the end. I currently have no idea how to achieve that when compiling/linking from source. |