-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Enable identifying symbol locations. This will require knowing the vram of the entrypoint, which most of the time can be taken from the rom header for N64. Also need to read the symbol table and so on.
Specifically, this means
- functions in the file
- data symbols in the file
- Relocated functions called by
jal(R_MIPS_26) - Relocated data and functions from HI/LO
- Relocated pointers (R_MIPS_32)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels