Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 333 Bytes

Overview

Simple ilspy docker image. Helpful bash function:

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:

ilspy binary.exe > binary.cs