Skip to content

paulmcquad/ida-genesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ida-genesis

Description

This project consists of a suite of IDA scripts that assist in SEGA Genesis ROM hacking.

SEGA Genesis ROM Loader

sg_smd.py is a IDA SEGA Genesis ROM loader. To use it, move it to your IDA loaders directory and load a ROM.

[SG/SMD ROM Loader]

Branch Table Enumeration

pcr-branch-table.py is a IDA script that locates and disassembles a specific branch table pattern that auto-analysis sometimes misses. The pattern consists of a PC-relative branch to a instruction in the table that in turn, branches to another routine.

After auto-analysis:

[Missed Branch Table]

After running pcr-branch-table:

[Scripted Branch Table Analysis]

About

Suite of IDA scripts for SEGA Genesis ROM hacking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%