Vladimir Kononovich
Vladimir Kononovich
It will be a hard task, and I don't see any benefits in implementing it.
Hmm, good idea. I'll try.
Demangler works by default, as I know.
It would be great for me to use your demangling code in my plugin so it will be still a single plugin, not multiple. Is it possible? On December 25,...
Don't you use SYM file, just an original binary?
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...
https://github.com/NationalSecurityAgency/ghidra/issues/1560
So, if you want some fast fix, rename "*m*" at 0x00000000 offset to smth else.
Yeah, it can happen. I'm working on fixing SYM loading.
So, what do you exactly want? To support format that even doesn't exist?