/x86-dockerfile

dockerfile that should build out an x86 reversing environment with r2 fully installed

Primary LanguageC

halloween_hackfest_2019
----------------------------------------------------------
includes the reverse engineering challenges for the Shopify Halloween Hackfest 2019


session_00
-----------------------------------------------------------
Collection of exercises that expect you to try and translate the assembly back into C.


session_01
-----------------------------------------------------------
This session focuses on stack and call frame manipulation with r2.
You are expected to debug the applications with r2 and fill out the questions for each exercise.
The docker image has ASLR turned off to avoid you never getting the right answer!


how2build
-----------------------------------------------------------
docker build <the_directory_the_dockerfile_is_in>
docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --privileged -it <docker_img> /bin/bash
disable aslr -- echo 0 > /proc/sys/kernel/randomize_va_space