Home

Awesome

IDA Wrapper(a.k.a IDrillerA_Pro)

An IDA_Wrapper for linux, shipped with an Function Identifier. It works well with Driller on static linked binaries.

When we use Angr based SE tools, e.g. Driller, on static linked binaries, it's slow for SE engine to solve complicated constraints created in lib functions. So we make use of IDA's F.L.A.I.R. tech, to identify lib functions in static binaries, and hook them when entering symbolic execution engine.

Usage

  1. init requirements.
  2. move idapro folder to ~/.idapro, cp -r ./idapro ~/ && mv ~/idapro ~/.idapro (or you will have to click at GUI.)
  3. python setup.py -b ./test/pwn20 -o ./test_result

Requirement

Thanks

Thanks for @qldxsun for IDA tech support!

Notes

https://github.com/intezer/docker-ida is an docker container for IDA linux

https://gist.github.com/williballenthin/1c6ae0fbeabae075f1a4 is an docker file for building an wine-based ida in an docker.

These tools are both useful. However if your resources are limited, IDA_Wrapper will be the best choise.