Skip to content

Commit

Permalink
Add mitigation exploit
Browse files Browse the repository at this point in the history
  • Loading branch information
liona24 committed Sep 13, 2023
1 parent eb9392d commit b4a416f
Show file tree
Hide file tree
Showing 10 changed files with 1,109 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ bin:
mkdir -p bin/

run:
./bin/exploit
./exploit
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
all: exploit.c bin
$(CC) exploit.c -o bin/exploit -O3 -static

exploit: exploit.c
$(CC) exploit.c -o exploit -O3 -static

bin:
mkdir -p bin/

run:
./exploit
Binary file not shown.
Loading

0 comments on commit b4a416f

Please sign in to comment.