- Analysis of the known instruction set
- Memory map cfg for ROM and RAM
- Basic data/code reference detection, manual address support too
- Branch detection
[Windows]
[GUI]
- Install Visual Studio 2022.
- Unpack the IDA SDK to a directory on your computer.
- Clone this repository into the IDA SDK
moduledirectory. - Open the
kirk.slnsolution in Visual Studio and build. - Proc modules will be copied into the users %APPDATA\Hex-Rays\IDA Pro\procs folder
- Copy the
cfg\kirk.cfgfile to your%APPDATA\Hex-Rays\IDA Pro\cfgfolder and update the definitions as appropriate for your implementation.
[makefile]
- Configure the
$IDASDKenvironment variable. - Clone this repository into the
$IDASDK/moduledirectory. - Edit the
$IDASDK/module/makefileand add the repository directory toDIRS32. - Follow the IDA SDK build instructions.
The code is licensed under MIT License