-
Notifications
You must be signed in to change notification settings - Fork 32
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
Tomb Raider: Chronicles Symbols not fully applied. #20
Comments
Don't you use SYM file, just an original binary? |
I use both of course. I get errors when analysing. |
This problem happens because "generic_clib/crypto.h/functions" contains a function definition named "m", and this name is also mentioned in SYM file at offset 0x00000000. Ghidra tries to apply a function definition "m" at the offset 0x00000000 and fails. To fix it I must report it to Ghidra's github, it's not my fault. |
So, if you want some fast fix, rename "m" at 0x00000000 offset to smth else. |
Yes i tried that but it also looks like some symbols are still incorrectly applied? Cheers. |
Yeah, it can happen. I'm working on fixing SYM loading. |
Tomb Raider: Chronicles gets an error when the main binary is analysed.
Sample files attached:
TRC.zip
The text was updated successfully, but these errors were encountered: