From ec17df90f18c0e98c46986b8b0dfb6854cfc8a42 Mon Sep 17 00:00:00 2001 From: n0p <0x90@n0p.cc> Date: Tue, 17 Oct 2017 20:31:59 +0200 Subject: Init. --- build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..39a1e0c --- /dev/null +++ b/build.sh @@ -0,0 +1,9 @@ +rm LostKey +cd openssl-1.1.0f +CC=clang ./Configure no-shared -m32 linux-generic32 -O0 +make -j 16 all +cd .. +clang -s -static -m32 lost_key.c rop.c -L openssl-1.1.0f -l:libcrypto.a -oLostKey +cd openssl-1.1.0f +make clean +cd .. -- cgit v1.2.3