-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi rafalh,
Thank you so much for developing this! As far as I can tell you created the only DWARF1 analyzer for Ghidra or IDA, and it is extremely helpful for our reverse engineering project. At the moment we do have one big issue with it though:
We applied the DWARF1 analyzer to a Gamecube game. This mostly works, however we noticed that the majority of local variables are being skipped. Is there anything we can do to improve this?
Here's a comparison of the info imported into Ghidra vs the info shown in DWARF Explorer ( https://github.com/sevaa/dwex ):

You can find the ELF here: https://raym.app/data/jade/kingkong_gc/jadegc_ia2cr.elf
We use this to load Gamecube ELF files: https://github.com/aldelaro5/ghidra-gekko-broadway-lang
Thank you in advance! :)