From 26c3d55c81b7a33a4d87ba8d2f40a918d2d9f737 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sat, 23 Apr 2022 19:00:46 -0400 Subject: hahahahaha we're all gonna die *hbomberguy intro* --- src/gen/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gen') diff --git a/src/gen/main.c b/src/gen/main.c index 3c8d513..5d6be0a 100644 --- a/src/gen/main.c +++ b/src/gen/main.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "stage1_primitives.h" #include "stage0_primitives.h" @@ -202,6 +203,8 @@ int main(int argc, fprintf(fp, "# - with love from spv <3\n"); fprintf(fp, "\n"); + fprintf(stderr, "0x%x\n", RTLD_DEFAULT); + uint32_t stack_base = 0x1c7738; // my shell setup // uint32_t stack_base = 0x1c7c88; // my 4s shell setup // uint32_t stack_base = 0x1c2e48; // my lldb -- cgit v1.2.3