From ff25122977689598faf9c8782b9e286040cce819 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 31 Jul 2022 00:52:32 -0400 Subject: yahtzee --- stage4.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'stage4.js') 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 -- cgit v1.2.3