Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 865 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 865 Bytes

SNES Loader for IDA

This is a IDA loader plugin for Super Nintendo Entertainment System / Super Famicom (SNES / SFC) ROM (*.smc; *.sfc)

With 65816 processor plugin, you can load a SNES cartridge file into IDA.

NOTICE: The SNES loader was initially forked from IDA SDK 6.8, published by Hex-Rays.

How to compile

  1. Download and install IDA SDK (expected version is IDA SDK 6.9)
  2. Clone the repository into $(IDASDK)/ldr/snes
  3. Compile the project with Visual Studio

Read official development guides for more details of generic IDA development.