Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1 KB

README.md

File metadata and controls

16 lines (9 loc) · 1 KB

PCode-Dump

This repo contains a simple Ghidra Low P-Code dumping script. Its quality is not guaranteed.

Usage

It's a java ghidra script. I suggest you clone this repo somewhere convient and then softlink the .java file into the user script directory, likely ~/ghidra_scripts. The script should appear in the Pcode section.

Acknowledgements:

The low pcode modification is based on https://github.com/HackOvert/GhidraSnippets#dumping-raw-pcode

This material is based upon work supported by the Defense Advanced Research Projects Agency (DARPA) and Naval Information Warfare Center Pacific (NIWC Pacific) under contract N6600121C4028 and Agreement No. HR.00112090028, and the US Office of Naval Research (ONR) under grant N00014-17-1-2297.

Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of DARPA or NIWC Pacific, or ONR.

Special thanks to KevOrr for his feedback