summaryrefslogtreecommitdiff
path: root/stage4.js
diff options
context:
space:
mode:
Diffstat (limited to 'stage4.js')
-rw-r--r--stage4.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/stage4.js b/stage4.js
index 4947a77..328bb0a 100644
--- a/stage4.js
+++ b/stage4.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