diff options
| author | spv420 <spv@spv.sh> | 2022-07-27 15:29:37 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-27 15:29:37 -0400 |
| commit | 78f091946f222a268fe0c5c3075a31b9771db188 (patch) | |
| tree | 89d285cdfe53b9c2438d6269124b47a255c1f685 /tools/build_native.sh | |
| parent | 73bd48d05bc8107ecb87b87857997f427bc0f544 (diff) | |
| parent | 4a5d48fbdfcefb9a5042eb44f108921c824c009d (diff) | |
Merge branch 'master' of github.com:p0larisdev/untether
Diffstat (limited to 'tools/build_native.sh')
| -rwxr-xr-x | tools/build_native.sh | 4 |
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 |
