GithubHelp home page GithubHelp logo

nevinhappy / docker-wine-ida Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qyouqme/docker-wine-ida

0.0 1.0 0.0 246 KB

Dockerized Wine IDA, with prebuilt image!

Dockerfile 80.59% Shell 19.41%

docker-wine-ida's Introduction

docker-wine-ida

Docker IDA

Dockerized Windows IDA running on Wine, with Xvfb/X11/Xrdp support builtin!

with prebuilt leaked IDA version available at nyamisty/docker-wine-ida

Installation

docker pull nyamisty/docker-wine-ida:7.6sp1

docker pull nyamisty/docker-wine-ida:7.5sp3

docker pull nyamisty/docker-wine-ida:7.0

Usage

docker-wine-ida is based on scottyhardy/docker-wine, but without its ./docker-wine wrapper script, so the usage is in the manual-running part

  • Run with Xvfb:

    docker run --name docker-ida -it nyamisty/docker-wine-ida:7.6sp1 wine C:\\IDA\\ida.exe
    
  • Run with X11 forward:

    docker run --name docker-ida --hostname="$(hostname)" --env="USE_XVFB=no" --env="DISPLAY" --volume="${XAUTHORITY:-${HOME}/.Xauthority}:/root/.Xauthority:ro" --volume="/tmp/.X11-unix:/tmp/.X11-unix:ro" -it nyamisty/docker-wine-ida:7.6sp1 wine C:\\IDA\\ida.exe
    
  • Run with Xrdp:

    docker run --name docker-ida --hostname="$(hostname)" --env="RDP_SERVER=yes" --publish="3389:3389/tcp" -it nyamisty/docker-wine-ida:7.6sp1 wine C:\\IDA\\ida.exe
    

Credits

docker-wine-ida's People

Contributors

nyamisty avatar

Watchers

James Cloos 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.