Skip to content

Use Docker to apply IDA Pro (7.5) and Python3 for automated malware analysis.

Notifications You must be signed in to change notification settings

yuriufo/IDA-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA-docker

Use Docker to apply IDA Pro (7.5) and Python3 for automated malware analysis.

Image

  • username: idauser
  • password: pwmd
  • OS: Ubuntu 20.04

Build

ida-base

  • 根据自身条件,自行编写install.sh安装IDA Pro

ida-server

  • From ida-base
  • 修改需要自动化自行的IDAPython脚本script.py

Run

$ sudo docker run -d --rm --name ida -v <LocalScriptDirectoryPath>:/share/data -p 7777:80 ida-server

About

Use Docker to apply IDA Pro (7.5) and Python3 for automated malware analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published