Retrieve binaries from the shell server.

This commit is contained in:
Michael Zhang 2017-03-13 00:26:28 -05:00
parent 7020db59fd
commit cf8e0639b0
5 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,3 +5,4 @@ author: r3ndom
autogen: false
files:
- simple-rop.c
- simple-rop

BIN
simple-rop/simple-rop Executable file

Binary file not shown.

View file

@ -1,5 +1,7 @@
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
void print_flag();
void what_did_you_say();