rz-ghidra
rz-ghidra copied to clipboard
Support display "Emulate string" in cutter widget for ghidra decompiler
I'm having a very long function that use switch - case to returns value. Each condition contains a string. For now, on Cutter i'm having this code
Which displays like this on decompiler widget
Compare to ghidra, cutter is a littler harder to understand
So i enabled emu.str from setting
And i am having this from disasm widget
However the comments from emu don't show at decompiler
So i think, if possible, decompiler should display the emu.str values as well. Because idk exactly this problem is from cutter or ghidra plugin so i create issue here. If it is cutter's issue, i'll move the topic to cutter's repo
Same issue here. Any update ?