diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-24 13:08:55 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-24 13:08:55 -0400 |
| commit | 313627a7864d67e29a3655dd4a6077ac0481f3c1 (patch) | |
| tree | 714f13d602ebab9579f5a897ee5ca363e0cfbbef /src/gen | |
| parent | 7696be307f95423066348555f04546782e08ff22 (diff) | |
ohai nonfunctional wip kexp
Diffstat (limited to 'src/gen')
| -rw-r--r-- | src/gen/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gen/main.c b/src/gen/main.c index 404c99f..6f12414 100644 --- a/src/gen/main.c +++ b/src/gen/main.c @@ -206,7 +206,8 @@ int main(int argc, fprintf(stderr, "0x%x\n", RTLD_DEFAULT); - uint32_t stack_base = 0x1c7738; // my shell setup + uint32_t stack_base = 0x1c7728; // my shell setup +// uint32_t stack_base = 0x1c772c; // 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 |
