GithubHelp home page GithubHelp logo

5l1v3r1 / reverse-me Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nitr4x/reverse-me

0.0 1.0 0.0 8 KB

This repository contains a docker container dedicated to reverse engineering

Shell 3.38% Dockerfile 96.62%

reverse-me's Introduction

reverse-me

Purpose

This Dockerfile builds an Ubuntu-based Docker container, specially configured for reverse-engineering.

A quick and easy way to deploy a 32/64 bits UNIX environement platform on any box, including Linux, MacOS or Windows!

Tools installed:

  • gdb with peda layer
  • radare2
  • strace
  • valgrind
  • uncompyle6
  • fish shell
  • pwntools
  • tmux

Prebuild image

You can pull the official image from the dockerhub registry using the following command:

docker pull nitr4x/reversing

Build

To build the container, just use this command:

docker build -t reversing .

Docker will download the Ubuntu image and then execute the installation steps.

Be patient, the process can be quite long the first time.

Run

Once the build process is over, get and enjoy your new reversing platform !

docker run -it --rm -v CHALLENGE_PATH:/tmp/data --name reversing reversing YOUR_SHELL

Explanations:

  • We mount a shared folder to simplify the data exchange between the container and the host
  • We delete the container when exited

Of course, it is up to you to adjust it to your taste or need.

Note: Don't forget to regularly pull this repository for updates.

reverse-me's People

Contributors

nitr4x avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.