diff --git a/doubly-dangerous/doubly_dangerous b/doubly-dangerous/doubly_dangerous index 52c2b9e..b4d0e48 100644 Binary files a/doubly-dangerous/doubly_dangerous and b/doubly-dangerous/doubly_dangerous differ diff --git a/risky-business/casino b/risky-business/casino index 7cda6be..1994e34 100644 Binary files a/risky-business/casino and b/risky-business/casino differ diff --git a/simple-rop/problem.yml b/simple-rop/problem.yml index 14f06a3..8edee23 100644 --- a/simple-rop/problem.yml +++ b/simple-rop/problem.yml @@ -5,3 +5,4 @@ author: r3ndom autogen: false files: - simple-rop.c + - simple-rop diff --git a/simple-rop/simple-rop b/simple-rop/simple-rop new file mode 100755 index 0000000..6505ac6 Binary files /dev/null and b/simple-rop/simple-rop differ diff --git a/simple-rop/simple-rop.c b/simple-rop/simple-rop.c index f3c33e3..f320c4d 100644 --- a/simple-rop/simple-rop.c +++ b/simple-rop/simple-rop.c @@ -1,5 +1,7 @@ +#define _GNU_SOURCE #include #include +#include void print_flag(); void what_did_you_say();