Skip to content
/ pypcode Public

Python bindings to Ghidra's SLEIGH library for disassembly and lifting to P-Code IR

License

Notifications You must be signed in to change notification settings

angr/pypcode

Folders and files

NameName
Last commit message
Last commit date
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Feb 10, 2025
Apr 8, 2023
Apr 8, 2023
Mar 24, 2025
Mar 16, 2023
Jan 13, 2025
Jun 12, 2024
Mar 27, 2021
Apr 8, 2023
Mar 16, 2023
Feb 10, 2025
Oct 15, 2024
May 2, 2024

Repository files navigation

pypcode

pypi

Machine code disassembly and IR translation library for Python using the excellent SLEIGH library from the Ghidra framework.

This library was created primarily for use with angr, which provides analyses and symbolic execution of p-code.

Documentation covering how to install and use pypcode is available here.