Closed PeterMatula closed 4 years ago
The new RetDec JSON C output contains info on token assembly addresses.
Use this info for ASM <-> C code association.
Study how r2ghidra does it and use the same solution if possible.
Study the r2 feature called panel mode. It looked very cool when pancake showed it in r2con 2019. r2ghidra probably uses it. If id does not, r2dec should.
This was implemented in #6
The new RetDec JSON C output contains info on token assembly addresses.
Use this info for ASM <-> C code association.
Study how r2ghidra does it and use the same solution if possible.