Ghidrathon
Ghidrathon copied to clipboard
How to debug with Ghidrathon?
Hi there,
Ghidrathon is a powerful extension and helped me greatly when analyzing reversed programs. However, I'm not very familiar with the library functions of Ghidra so I always need time to debug with the Python3 scripts.
- In Ghidra's Ghidrathon window,
IPython.embed()cannot work.
Each time I invoke IPython.embed() in Ghidrathon window, it asks me whether to exit and I have no choice.
- Ghidrathon window shell has no automatic completion functionality.
If I can debug the Ghidrathon scripts outside of the Ghidra window, it would be much more efficient.