diff options
| author | spv420 <spv@spv.sh> | 2022-07-31 03:05:01 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-31 03:05:01 -0400 |
| commit | 351555b741389c0046a8b596ab0dbf81682b5df7 (patch) | |
| tree | fd5ac6d070fbb822878fe3051fcc869fe54a5755 /src/gen | |
| parent | b4c8eae5358953b4b55f6a7df2e8c9836b8d3c13 (diff) | |
fuck
Diffstat (limited to 'src/gen')
| -rw-r--r-- | src/gen/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen/main.c b/src/gen/main.c index 4ee9e61..4cde64e 100644 --- a/src/gen/main.c +++ b/src/gen/main.c @@ -206,12 +206,12 @@ int main(int argc, fprintf(stderr, "0x%x\n", RTLD_DEFAULT); - uint32_t stack_base = 0x1c7718; // 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 = 0x1c77a8 ; // my 4s shell setup // uint32_t stack_base = 0x1c2e48; // my lldb -// uint32_t stack_base = 0x1c7d68; // btserver env + uint32_t stack_base = 0x1c7d68; // btserver env // uint32_t stack_base = 0x1c7dd8; // wifiFirmwareLoader env uint32_t magic_trigger_addr = 0xb6074; |
