radareorg / r2retdec

RetDec plugin for Radare2
https://retdec.com/
MIT License
124 stars 24 forks source link

Use RetDec's JSON output for ASM <-> C mapping #4

Closed PeterMatula closed 4 years ago

PeterMatula commented 5 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.

PeterMatula commented 5 years ago

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.

xkubov commented 4 years ago

This was implemented in #6