logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

r2-docker — Open files within an r2 contained in a Docker image

Authors

       pancake <pancake@nopcode.org>

                                                  Mar 10, 2017                                      R2-DOCKER(1)

Description

       radare2  is  a  command-line  hexadecimal  editor, and this tool allows you to create a contained version
       inside a Docker image to open your files safely.

       The options are:

       -s          open shell inside the docker image (user r2, pass r2)

       -d          debug program (only for linux-x86-32/64)

       -u          update or create the docker image with r2 inside

       -l          List all docker images with radare2

       -r          Remove the radare2 docker image

Name

       r2-docker — Open files within an r2 contained in a Docker image

See Also

radare2(1)

Synopsis

r2-docker [-s] [-u] [-l] [-r] [-d] file

See Also