View Single Post
  #323  
Old 12-20-2018, 00:39
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 724
Rept. Given: 35
Rept. Rcvd 48 Times in 30 Posts
Thanks Given: 666
Thanks Rcvd at 1,053 Times in 478 Posts
chants Reputation: 48
Quote:
Originally Posted by kronicd View Post
Hello everyone!

I've been working with reverse engineering for some time, I really miss softice and I'm looking forward to learning more!

Specifically I'm very interested in analysing super nintendo games or other platforms using the 5A22 cpu.
Greets @kronicd!

I also miss the good old softice live kernel debugging days.

Have you seen these neat projects for IDA Pro reversing of SNES targets?

IDA of course supports it even seen here:
Quote:
https://www.hex-rays.com/products/ida/support/idapython_docs/ida_idp-module.html
Quote:
PLFM_65C816 = 61
65802/65816
For v6.9 SDK is SNES ROM Cartridge File Loader for IDA (Interactive Disassembler) (this is the loader):
Quote:
https://github.com/gocha/ida-snes-ldr
Also for v6.9 SDK is SNES 65816 Processor Plugin for IDA (processor):
Quote:
https://github.com/gocha/ida-65816-module
Even a small tutorial to get you going:
Quote:
https://www.ff6hacking.com/forums/thread-3114.html
Happy reversing and you are very welcome here!
Reply With Quote