Skip to content

bannsec/ilspy_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple docker build for ilspycmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published