Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 1.08 KB

IDA Pro RISC-V Plugin

Installation

To add the plugin to your copy of IDA Pro (not provided), follow these steps. $IDA is the path to the top of your IDA Pro installation.

  1. Copy RISC-V.py (64-bit) and RISC-V32.py (32-bit) into $IDA/procs/.
  2. Start Ida Pro, and select NEW, select the path to the RISC-V binary you wish to analyze.
  3. Within the new context window, note ELF64 for unknown CPU, [243]. 243 is RISC-V's identification number in ELF binaries.
  4. Select RISCV as processor type, don't change other options and then select OK.
  5. You will receive two error messages. The first warns about an unknown processor number (to the best of our knowledge, this is a benign popup), and the second is an "Are you sure?" confirmation. Acknowledge both.
  6. The binary is now loaded, disassembled and ready for analysis.
  7. When closing IDA Pro, check the Don’t Save the Database checkbox before clicking the OK button. If you fail to do this, next time you open the same file IDA Pro will not re-do the disassembly, and you will have to manually tell it to reload.