diff options
| author | spv420 <unomilliono@gmail.com> | 2022-06-01 17:37:22 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-06-01 17:37:22 -0400 |
| commit | 57c50e0e3ee3a5ffb37dfa54964b51edfb01789f (patch) | |
| tree | 17a2b186a0a8ed0625577ad3305f78f048587d47 /src/gen | |
| parent | cae16f67b62a99105512ee2166d9cb2732b1fcdf (diff) | |
iPod5,1 9.3.5 support (wip)
Diffstat (limited to 'src/gen')
| -rw-r--r-- | src/gen/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gen/main.c b/src/gen/main.c index 5ee0286..3b95046 100644 --- a/src/gen/main.c +++ b/src/gen/main.c @@ -206,8 +206,9 @@ 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 = 0x1c2e48; // my lldb // uint32_t stack_base = 0x1c7d68; // btserver env |
