Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbols #4

Open
1 of 5 tasks
EllipticEllipsis opened this issue Sep 20, 2022 · 0 comments
Open
1 of 5 tasks

Symbols #4

EllipticEllipsis opened this issue Sep 20, 2022 · 0 comments

Comments

@EllipticEllipsis
Copy link
Collaborator

EllipticEllipsis commented Sep 20, 2022

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant