Giter VIP home page Giter VIP logo

idax's Introduction

What is idax?

idax is a set of C++ extensions for the IDASDK. These extensions are a work in progress and are not meant to be used in production code yet. As of now, only my personal IDA plugins use idax.

Installation

To use this library in existing IDA plugin projects, just copy (or clone) the idax folder into <idasdk>/include/.

Normally, you would import IDASDK headers like this:

#include <kernwin.hpp>

Now, to use idax, simply do:

#include <idax/xkernwin.hpp>

Symbolic links

In the case of multiple IDA SDKs on the system, it is best to clone this project into its own folder then create symbolic links.

For instance, on MS Windows:

D:\Projects\ida\idasdk76\include>mklink /j %cd%\idax D:\Projects\opensource\idax

Extensions summary

xpro.hpp

  • Low level / support helpers

xkernwin.hpp

  • Action manager: simplifies action creation and management

xhexrays.hpp

  • Various helpers for Hexrays. ida-strikeout makes use of this header a lot

idax's People

Contributors

0xeb 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.