GithubHelp home page GithubHelp logo

berdav / ilspycmd-docker Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 16 KB

Docker images to run ilspycmd and decompile .NET applications on Linux

License: GNU General Public License v3.0

Dockerfile 46.07% Shell 53.93%
docker dotnet ilspy reflector reverse-engineering

ilspycmd-docker's Introduction

ilspycmd-docker

๐Ÿ•ต๏ธ๐Ÿณ

Docker images to run ilspycmd and decompile .NET applications on Linux

.NET applications on Linux are difficult to decompile. ilspycmd can be used to decompile them but it requires a specific version of .NET.

With this Docker image you can easily run ilspycmd just installing it from Docker

Usage

Pull the image from the docker hub

This image is pushed to the official docker hub.

You can install it using

sudo docker pull berdav/ilspycmd

Or directly run it using

sudo docker run -v .:/docker --rm -ti berdav/ilspycmd

Build the image

Alternatively you can build the image from this repository

To build the image simply use the provided script:

sudo ./setup.sh

Decompile a library

To decompile the library place it inside this directory

cp /home/test/target.dll .

Then you can execute the run.sh script as root

sudo ./run.sh

After that you can decompile the dll or the exe from the /docker directory

ilspy@ilspycmd$ cd /docker
ilspy@ilspycmd:/docker$ ilspycmd -p -o target target.dll

Then you will find the extracted data inside target directory.

ilspycmd-docker's People

Contributors

berdav avatar

Stargazers

 avatar

Watchers

 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.