diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-23 22:14:32 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-23 22:14:32 -0400 |
| commit | ecf58b610cb9944eb22fc16912f3db29ae9b9b44 (patch) | |
| tree | 8050b5a08b5d083a2f60d659d3914500a175a01e /tools/build.sh | |
| parent | c2a85ee473a72ec22542c2e34b1ee700d9dd68d8 (diff) | |
wip call shit
Diffstat (limited to 'tools/build.sh')
| -rw-r--r-- | tools/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build.sh b/tools/build.sh index 5baab83..37f29b3 100644 --- a/tools/build.sh +++ b/tools/build.sh @@ -4,5 +4,6 @@ xcrun -sdk iphoneos clang -arch armv7 fuck_aslr2.c -o bin/fuck_aslr2; ldid -Sent xcrun -sdk iphoneos clang -arch armv7 fuck_ptr.c -o bin/fuck_ptr; ldid -S bin/fuck_ptr; cat bin/fuck_ptr | ssh root@localhost -p 2222 "rm fuck_ptr; cat > fuck_ptr; chmod +x fuck_ptr" xcrun -sdk iphoneos clang -arch armv7 jit_all_the_things.c -o bin/jit_all_the_things; ldid -S bin/jit_all_the_things; cat bin/jit_all_the_things | ssh root@localhost -p 2222 "rm jit_all_the_things; cat > jit_all_the_things; chmod +x jit_all_the_things" xcrun -sdk iphoneos clang -arch armv7 jsc_fun.c -framework JavaScriptCore -o bin/jsc_fun; ldid -S bin/jsc_fun; cat bin/jsc_fun | ssh root@localhost -p 2222 "rm jsc_fun; cat > jsc_fun; chmod +x jsc_fun" +xcrun -sdk iphoneos clang -arch armv7 thread_shit.c -o bin/thread_shit; ldid -S bin/thread_shit; cat bin/thread_shit | ssh root@localhost -p 2222 "rm thread_shit; cat > thread_shit; chmod +x thread_shit" scp -P 2222 lol.js root@localhost:/var/root/lol.js
\ No newline at end of file |
