Skip to content

Commit 8d54033

Browse files
committed
compile with c++11
1 parent 5face45 commit 8d54033

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

bin/exploit

546 KB
Binary file not shown.

bin/exploit64

-61.3 KB
Binary file not shown.

src/compile32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
arm-linux-gnueabi-g++ -fno-stack-protector -static exploit.cpp -o ../bin/exploit
2+
arm-linux-gnueabi-g++ -std=c++11 -fno-stack-protector -static exploit.cpp -o ../bin/exploit

src/compile64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
aarch64-linux-gnu-g++ -fno-stack-protector -static exploit.cpp -o ../bin/exploit64
2+
aarch64-linux-gnu-g++ -std=c++11 -fno-stack-protector -static exploit.cpp -o ../bin/exploit64

0 commit comments

Comments
 (0)