Skip to content

Aliandrana/ida-snes-ldr

 
 

Repository files navigation

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.

About

SNES ROM Cartridge File Loader for IDA (Interactive Disassembler)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Makefile 0.9%