This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #gist.github.com/secretlay3r | |
| ''' | |
| IDA loader for SMS/GG roms ported from Ghidra(https://github.com/VGKintsugi/Ghidra-SegaMasterSystem-Loader) | |
| You must put the loader to %APPDATA%\Hex-Rays\IDA Pro\loaders , not to the plugins directory | |
| Also please note that the loader does not handle cartridge banking, and is *not* suitable for large memory mappers | |
| ''' | |
| import idaapi | |
| import ida_segment | |
| import ida_loader |