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

https://github.com/ilyakurdyukov/ida-openrisc

OpenRISC 1000 processor module for IDA 7.x
https://github.com/ilyakurdyukov/ida-openrisc

ida idapython openrisc or1k

Last synced: 4 months ago
JSON representation

OpenRISC 1000 processor module for IDA 7.x

Awesome Lists containing this project

README

          

## OpenRISC 1000 support for IDA 7.x

Place the `or1k.py` in the `procs` directory.
If you don't see "OpenRISC 1000 (or1k)" in the CPU selection, then check if Python support is working in IDA.

You can switch between delay-slot and no-delay mode by changing the value of the `ND` in the dialog box displayed by pressing Alt-G.

* A non-zero value of `ND` means no delay.

* On the CPU this mode is controlled by the `ND` bit of the special-purpose register `CPUCFGR`.