Dockerize IDA Pro: Docker IDA
Dockerize IDA Pro Docker IDA is an open source project that allows you to dockerize IDA Pro to make reverse engineering on a large scale simpler and faster. It does so by wrapping IDA Pro with a command line interface, which automates the use of IDAPython scripts and batch analysis. This solves the problem that malware analysis and reverse engineering industry has been facing since long – upscaling these tools and getting software to run reliably when moved from one computing environment to another. One container can wrap up a piece of software in a complete file system that includes everything it needs to run IDA Pro. is configured to have everything you need for a working IDA machine, ready to run scripts: IDA Pro (Linux version) automatically installed with all its dependencies. pip install – Install external python libraries that integrate into the IDAPython engine such as pexpect, networkx, flask, gunicorn. Sark – The excellent library by Tamir Bahar is preinsta...