fgsect / JMPscare

tool for multi-execution jump coverage introspection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progress on the Ghidra plugin

CowBoy4mH3LL opened this issue · comments

Hi Guys,

Awesome work on JMPscare!!.
Any progress on the Ghidra plugin side?

Ghidra's UI toolkit is not that much fun to work with, I doubt we will do it - but all in all the Jmpscare file should be easy enough to parse.
In the meantime you can take a look at dragondance https://github.com/0ffffffffh/dragondance and/or lightkeeper, https://github.com/WorksButNotTested/lightkeeper

I was more interested in the PNC analysis you guys do and I guess dragondance or lighthouse would not be tailored to parse and display those information?

That part you should be able to get (as text) by just running the jmpscare binary - outside of any plugin. Note that it's for flat arm binaries only at the moment, and won't work on indirect jumps.