Git Product home page Git Product logo

classinformer-ida7's Introduction

ClassInformer for IDA 7

Originally by sirmabus, ported to IDA 7

Compiled binaries over at the Releases. If it crashes, use the Debug build and provide a crashdump and crash log! Otherwise I can't fix the issue

How to compile it

The process for compiling classinformer can be involved. To streamline the dependency collection process three macros are in place:

  1. $(IDADIR)
  2. $(QTDIR)
  3. $(IDASUPPORT)

To set the paths, go to the Property Manager tab in Solution Explorer, and edit PropertySheet. It's not important which configuration you edit PropertySheet in, they all use the same file. Then go to Common Properties -> User Macros and set up macros to paths like below:

$(IDADIR)

This should be your IDA root directory (the directory containing ida.exe). Put your IDA SDK directory (idasdk70) into this directory. So your directory structure may look something like:

C:\Program Files\IDA 7.0 $(IDADIR)
+--- idasdk70
     +--- include
     +--- lib
+--- ida.exe
+--- ida64.exe

$(QTDIR)

You need a QT SDK installation to pregenerate the gui files. Your directory structure may look something like:

C:\Program FIles\Qt\qt-5.6.0-x64-msvc2015\5.6\msvc2015_64
+--- bin
+--- lib
+--- include

$(IDASUPPORT)

You need some support libraries that sirmabus wrote, ported for IDA 7. Setup a directory to hold all of these libraries:

idasupport
+--- IDA_SegmentSelect (https://github.com/ecx86/IDA7-SegmentSelect)
+--- IDA_OggPlayer (https://github.com/ecx86/IDA7-OggPlayer)
+--- IDA_WaitBoxEx-7.0 (https://github.com/dude719/IDA_WaitBoxEx-7.0)
+--- SupportLib (https://github.com/ecx86/IDA7-SupportLib)

Each of these repositories should have the Release .lib precompiled for you. If they are not, you can compile them using a process similar to the one used to compile this project.

After your paths are setup, you are ready to compile. Use Release for the ida.exe plugin, and Release64 for the ida64.exe plugin.

classinformer-ida7's People

Contributors

ecx86 avatar

Watchers

 avatar  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.