Open Gh0stBlade opened 4 years ago
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