summaryrefslogtreecommitdiff
path: root/src/stage4
diff options
context:
space:
mode:
authorspv420 <spv@spv.sh>2022-07-31 00:52:32 -0400
committerspv420 <spv@spv.sh>2022-07-31 00:52:32 -0400
commitff25122977689598faf9c8782b9e286040cce819 (patch)
treeca1ac70ee2394035fb38bcdd50e7c8a68e89c942 /src/stage4
parentaa680a3db6983197bee977ca02b4d29499ccbd8f (diff)
yahtzee
Diffstat (limited to 'src/stage4')
-rw-r--r--src/stage4/main.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/stage4/main.js b/src/stage4/main.js
index 4947a77..328bb0a 100644
--- a/src/stage4/main.js
+++ b/src/stage4/main.js
@@ -1,6 +1,9 @@
function main() {
- printf("landed in stage4\n");
- syslog(LOG_SYSLOG, "we out here in stage 4");
+ printf("[*] landed in stage4\n");
+ syslog(LOG_SYSLOG, "we out here");
+
+ printf("[*] p0laris.dyld_shc_slide=0x%08x\n", p0laris.dyld_shc_slide);
+ printf("[*] p0laris.racoon_slide=0x%08x\n", p0laris.racoon_slide);
return 0;
} \ No newline at end of file