https://github.com/binarly-io/idapcode
IDA plugin that displays the P-code for the current function
https://github.com/binarly-io/idapcode
ghidra ida-plugin idapython p-code reverse-engineering
Last synced: 22 days ago
JSON representation
IDA plugin that displays the P-code for the current function
- Host: GitHub
- URL: https://github.com/binarly-io/idapcode
- Owner: binarly-io
- Created: 2021-07-18T22:39:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-18T08:28:36.000Z (4 months ago)
- Last Synced: 2025-11-18T09:19:38.055Z (4 months ago)
- Topics: ghidra, ida-plugin, idapython, p-code, reverse-engineering
- Language: Python
- Homepage:
- Size: 818 KB
- Stars: 67
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## idapcode
IDA plugin that displays the P-code for the current function
### Usage
| Method | Action |
| ------------------- | --------------------------------------- |
| From menu | `Edit -> Plugins -> IDA P-Code` |
| With hotkey | `Ctrl+Alt+S` |
| As IDAPython script | `File -> Script file... -> idapcode.py` |
### Requirements
- [pypcode](https://github.com/angr/pypcode)
### Example
