An open API service indexing awesome lists of open source software.

https://github.com/bannsec/ilspy_docker

Simple docker build for ilspycmd
https://github.com/bannsec/ilspy_docker

Last synced: 6 months ago
JSON representation

Simple docker build for ilspycmd

Awesome Lists containing this project

README

          

# Overview
Simple ilspy docker image. Helpful bash function:

```bash
function ilspy { sudo docker run -it --rm -v $PWD:/ilspy bannsec/ilspy_docker /bin/sh -c "cd /ilspy && ilspycmd $@";}
```

# Useage
Run the bash function definition above, then use the following to decompile the binary:

```bash
ilspy binary.exe > binary.cs
```