diff options
| author | spv420 <spv@spv.sh> | 2022-07-15 15:48:32 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-15 15:48:32 -0400 |
| commit | 4a5d48fbdfcefb9a5042eb44f108921c824c009d (patch) | |
| tree | 9f15ab6e61d2e3362e3e73ec364bd6beeffba014 /tools | |
| parent | 42647b796f0f54122e7f46522d8e681825daf54b (diff) | |
fuck
Diffstat (limited to 'tools')
| -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 |
