Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frida 16.0.10 crash immediately after attach to iOS 16.3 device #2435

Open
blastmann opened this issue Mar 2, 2023 · 1 comment
Open

frida 16.0.10 crash immediately after attach to iOS 16.3 device #2435

blastmann opened this issue Mar 2, 2023 · 1 comment

Comments

@blastmann
Copy link

I try to inject the ios-tls-keylogger.js on a iOS 16.3 device, but it crash immediately. Here is the console log:

➜  inject frida -U -n BKPodSample_Example -o h3keylog -l inject.js
     ____
    / _  |   Frida 16.0.10 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://frida.re/docs/home/
   . . . .
   . . . .   Connected to iPhone 
Attaching...
[1]    29871 segmentation fault  frida -U -n BKPodSample_Example -o h3keylog -l inject.js

The crash stack trace looks like a ABI issue:

Thread 1 Crashed:: frida-main-loop
0   _frida.abi3.so                	       0x105892fb0 0x10549c000 + 4157360
1   _frida.abi3.so                	       0x10552be04 0x10549c000 + 589316
2   _frida.abi3.so                	       0x10552be04 0x10549c000 + 589316
3   _frida.abi3.so                	       0x1058190bc 0x10549c000 + 3657916
4   _frida.abi3.so                	       0x10581889c 0x10549c000 + 3655836
5   _frida.abi3.so                	       0x10551b878 0x10549c000 + 522360
6   _frida.abi3.so                	       0x1058190bc 0x10549c000 + 3657916
7   _frida.abi3.so                	       0x10581889c 0x10549c000 + 3655836
8   _frida.abi3.so                	       0x10551d524 0x10549c000 + 529700
9   _frida.abi3.so                	       0x105525518 0x10549c000 + 562456
10  _frida.abi3.so                	       0x1055265a4 0x10549c000 + 566692
11  _frida.abi3.so                	       0x1058190bc 0x10549c000 + 3657916
12  _frida.abi3.so                	       0x10581889c 0x10549c000 + 3655836
13  _frida.abi3.so                	       0x105526d7c 0x10549c000 + 568700
14  _frida.abi3.so                	       0x1058190bc 0x10549c000 + 3657916
15  _frida.abi3.so                	       0x10581889c 0x10549c000 + 3655836
16  _frida.abi3.so                	       0x105527138 0x10549c000 + 569656
17  _frida.abi3.so                	       0x1058190bc 0x10549c000 + 3657916
18  _frida.abi3.so                	       0x1058190fc 0x10549c000 + 3657980
19  _frida.abi3.so                	       0x1058850ec 0x10549c000 + 4100332
20  _frida.abi3.so                	       0x1058852ac 0x10549c000 + 4100780
21  _frida.abi3.so                	       0x10588544c 0x10549c000 + 4101196
22  _frida.abi3.so                	       0x1055789ec 0x10549c000 + 903660
23  _frida.abi3.so                	       0x105894e0c 0x10549c000 + 4165132
24  libsystem_pthread.dylib       	       0x1880f606c _pthread_start + 148
25  libsystem_pthread.dylib       	       0x1880f0e2c thread_start + 8

Here is the python process crash report:
python3.10-2023-03-02-093156.ips.zip

@brian-leidos
Copy link

See this: jankais3r/Frida-iOS-15-TLS-Keylogger#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants