Cih2001 / CustomProcessor

IDA Processor module for Challenge 10 of Flare-on 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDA processor module for challenge 10 of flare-on 2018

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.

Installation

  1. Copy CustomProc.py to the Ida 7 "proc" directory
  2. Copy CustomProcInstructionSet and its contents to the Ida 7 "proc" directory

Usage

  1. Open sample codes from "Samples" in IDA 7 (using drag and drop.)
  2. Select CustomProcessor from processor type.

Screen Shots

Disassembly mode: Normal Mode

Graph mode: Graph Mode

About

IDA Processor module for Challenge 10 of Flare-on 2018


Languages

Language:Python 100.0%