It is the implementation of an IDA Processor module for challenge 10 of Flare-On 2018 for IDA Pro 7.
Inspired by a similar work by Emanuele Cozzi This modules helps to speed up static analysis of presented VM using IDA.
VM specifications can be found here.
- Copy CustomProc.py to the Ida 7 "proc" directory
- Copy CustomProcInstructionSet and its contents to the Ida 7 "proc" directory
- Open sample codes from "Samples" in IDA 7 (using drag and drop.)
- Select CustomProcessor from processor type.