Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
/ cutter-docker Public archive

Dockerized version of the reverse engineering tool cutter

Notifications You must be signed in to change notification settings

ps1337/cutter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cutter-docker

This has been archived and is now part of the official cutter repository.

This repository provides an easy way to deploy the tool cutter in a docker container.

Build Status

You can use the pre-built image like:

touch $PWD/radare2rc && \
mkdir -p $PWD/r2-config && \
mkdir -p $PWD/sharedFolder && \
xhost +local:root && \
sudo docker run \
    -it \
    --name cutter \
    --cap-drop=ALL  \
    --cap-add=SYS_PTRACE \
    -e DISPLAY=$DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
    -v $PWD/sharedFolder:/var/sharedFolder \
    -v $PWD/radare2rc:/home/r2/.radare2rc \
    -v $PWD/r2-config:/home/r2/.config/radare2 \
    ps1337/cutter-docker:latest

or by using the Makefile (after additional configuration to make it fit your needs) by executing make build and make run.

About

Dockerized version of the reverse engineering tool cutter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published