An open API service indexing awesome lists of open source software.

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

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

![idapcode](rsrc/idapcode.png)