Giter VIP home page Giter VIP logo

idapro-docker's Introduction

idapro-docker


This will let you run IDA Pro (Windows) on Linux using Docker and Wine with X11 Forwarding over SSH.

You may also adjust this to your own liking to run the Linux version without Wine.


Installation

  1. Ensure you have a SSH public key in ~/.ssh/.
  2. Add the extracted IDA Pro files to a folder named IDA within idapro-docker.
  3. Build the Docker idapro image: ./build.sh
  4. Run a new container from image: ./run.sh
  5. Open a shell with: ./shell.sh
  6. Run the following commands in the shell, and install these packages manually (can probably be automated):
$ wget https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe
$ winetricks --force dotnet452 corefonts
$ WINEARCH=win64 winetricks -q win10
$ wine python-3.9.6-amd64.exe # Remember to add Python 3.9 to PATH.

Usage

  • Run IDA Pro with ./ida.sh or ./ida64.sh
  • To stop the running container: ./stop.sh
  • To start the container again without reinstalling: ./start.sh

Notes

idapro-docker's People

Contributors

nicolaipre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

idapro-docker's Issues

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.