https://github.com/angr/pypcode
Python bindings to Ghidra's SLEIGH library for disassembly and lifting to P-Code IR
https://github.com/angr/pypcode
ghidra ir pcode python sleigh
Last synced: about 6 hours ago
JSON representation
Python bindings to Ghidra's SLEIGH library for disassembly and lifting to P-Code IR
- Host: GitHub
- URL: https://github.com/angr/pypcode
- Owner: angr
- License: other
- Created: 2020-02-25T22:59:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T02:41:54.000Z (15 days ago)
- Last Synced: 2025-04-05T19:36:01.249Z (9 days ago)
- Topics: ghidra, ir, pcode, python, sleigh
- Language: C++
- Homepage: https://api.angr.io/projects/pypcode/en/latest/
- Size: 4.78 MB
- Stars: 190
- Watchers: 8
- Forks: 29
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-bytecode - pypcode: Python bindings to Ghidra's SLEIGH library for disassembly and lifting to P-Code IR
README
pypcode
=======
[](https://pypi.org/project/pypcode/)Machine code disassembly and IR translation library for Python using the
excellent SLEIGH library from the [Ghidra](https://ghidra-sre.org/) framework.This library was created primarily for use with [angr](http://angr.io), which
provides analyses and symbolic execution of p-code.Documentation covering how to install and use pypcode is
[available here](https://api.angr.io/projects/pypcode/en/latest/).