Skip to content

Latest commit

 

History

History
 
 

radare2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This Docker image encapsulates the Radare2 reverse-engineering framework.

To run this image after installing Docker, use a command like this, replacing "~/workdir" with the path to your working directory on the underlying host:

sudo docker run --rm -it -v ~/workdir:/home/nonroot/workdir remnux/radare2 bash

Then run rd2 or other Radare2 commands inside the container. Before running the application, create ~/workdir on your host and make it world-accessible (chmod a+xwr).

This Dockerfile is based on the instructions documented in the official Radare2 Dockerfile file.