diff options
| author | spv420 <spv@spv.sh> | 2022-07-13 20:32:27 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-13 20:32:27 -0400 |
| commit | 3df21d6c8d6c978cedaac23dbbf4c106dee9120f (patch) | |
| tree | dd6d99bd09f276f1069cdb6ff25be70f4b3aaf36 /src/gen/main.c | |
| parent | 6d609fb3dc90d646ed25bd89ff9ab37c8b3f9aec (diff) | |
lol r3gister
Diffstat (limited to 'src/gen/main.c')
| -rw-r--r-- | src/gen/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gen/main.c b/src/gen/main.c index 3b95046..0acc02b 100644 --- a/src/gen/main.c +++ b/src/gen/main.c @@ -206,10 +206,10 @@ int main(int argc, fprintf(stderr, "0x%x\n", RTLD_DEFAULT); - uint32_t stack_base = 0x1c7718; // my shell setup -// uint32_t stack_base = 0x1c7708; // my shell setup +// uint32_t stack_base = 0x1c7718; // my shell setup + uint32_t stack_base = 0x1c7708; // my shell setup // uint32_t stack_base = 0x1c7728; // my shell setup -// uint32_t stack_base = 0x1c7c88; // my 4s shell setup +// uint32_t stack_base = 0x1c77a8 ; // my 4s shell setup // uint32_t stack_base = 0x1c2e48; // my lldb // uint32_t stack_base = 0x1c7d68; // btserver env // uint32_t stack_base = 0x1c7dd8; // wifiFirmwareLoader env |
