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
- Host: GitHub
- URL: https://github.com/bannsec/ilspy_docker
- Owner: bannsec
- Created: 2018-08-08T02:27:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T02:30:35.000Z (almost 8 years ago)
- Last Synced: 2025-07-14T17:54:38.028Z (about 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```