summaryrefslogtreecommitdiff
path: root/tools/build_native.sh
diff options
context:
space:
mode:
authorspv420 <spv@spv.sh>2022-07-27 15:29:37 -0400
committerspv420 <spv@spv.sh>2022-07-27 15:29:37 -0400
commit78f091946f222a268fe0c5c3075a31b9771db188 (patch)
tree89d285cdfe53b9c2438d6269124b47a255c1f685 /tools/build_native.sh
parent73bd48d05bc8107ecb87b87857997f427bc0f544 (diff)
parent4a5d48fbdfcefb9a5042eb44f108921c824c009d (diff)
Merge branch 'master' of github.com:p0larisdev/untether
Diffstat (limited to 'tools/build_native.sh')
-rwxr-xr-xtools/build_native.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build_native.sh b/tools/build_native.sh
index 6dce749..6edac97 100755
--- a/tools/build_native.sh
+++ b/tools/build_native.sh
@@ -7,6 +7,10 @@ rm bin/testlol
gcc testlol.c -o bin/testlol --std=c99
ldid -S bin/testlol
+rm bin/fuck_aslr
+gcc fuck_aslr.c -o bin/fuck_aslr --std=c99
+ldid -Sent.xml bin/fuck_aslr
+
rm bin/935csbypass
gcc 935csbypass.c -o bin/935csbypass --std=c99 -marm
ldid -S bin/935csbypass