Giter VIP home page Giter VIP logo

kirk's Introduction

Theoretical Processor module for IDA Pro 7.7 and 8.3

Features

  • Analysis of the core instruction set
  • Memory map cfg for ROM and RAM
  • Basic data/code reference detection
  • Branch detection

To-do

  • Instruction set is incomplete. Each opcode is identified using opXX notation if unknown
  • There are cases of memory references as data, these need to be handled correctly and xrefs created
  • Many of the conditional branches are wild guesses and need correction
  • the directionality of operands needs to be determined and corrected
  • Everything else

Building

[Windows]

[GUI]

  1. Install Visual Studio 2022.
  2. Unpack the IDA SDK to a directory on your computer.
  3. Clone this repository into the IDA SDK module directory.
  4. Open the kirk.sln solution in Visual Studio and build.
  5. Proc modules will be copied into the users %APPDATA\Hex-Rays\IDA Pro\procs folder
  6. Copy the cfg\kirk.cfg file to your %APPDATA\Hex-Rays\IDA Pro\cfg folder and update the definitions as appropriate for your implementation.

[makefile]

  1. Configure the $IDASDK environment variable.
  2. Clone this repository into the $IDASDK/module directory.
  3. Edit the $IDASDK/module/makefile and add the repository directory to DIRS32.
  4. Follow the IDA SDK build instructions.

License

The code is licensed under MIT License

kirk's People

Contributors

proximav avatar lemonhaze420 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.