Retrieve binaries from the shell server.
This commit is contained in:
parent
7020db59fd
commit
cf8e0639b0
5 changed files with 3 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -5,3 +5,4 @@ author: r3ndom
|
|||
autogen: false
|
||||
files:
|
||||
- simple-rop.c
|
||||
- simple-rop
|
||||
|
|
BIN
simple-rop/simple-rop
Executable file
BIN
simple-rop/simple-rop
Executable file
Binary file not shown.
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue