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

使用报错 #124

Open
qzhuorui opened this issue Dec 25, 2024 · 0 comments
Open

使用报错 #124

qzhuorui opened this issue Dec 25, 2024 · 0 comments

Comments

@qzhuorui
Copy link

qzhuorui commented Dec 25, 2024

frida 12.8.0
在已经开启frida-server的情况下,运行脚本报错:
python3 D:\js\r0capture\r0capture.py -U -f com.appsflyer.onelink.appsflyeronelinkbasicapp -v


       .oooo.                                      .
      d8P'`Y8b                                   .o8

oooo d8b 888 888 .ooooo. .oooo. oo.ooooo. .o888oo oooo oooo oooo d8b .ooooo.
888""8P 888 888 d88' "Y8 P )88b 888' 88b 888 888 888 888""8P d88' 88b
888 888 888 888 .oP"888 888 888 888 888 888 888 888ooo888
888 88b d88' 888 .o8 d8( 888 888 888 888 . 888 888 888 888 .o d888b Y8bd8P' Y8bod8P' Y888""8o 888bod8P' "888" V88V"V8P' d888b Y8bod8P'
888
o888o
https://github.com/r0ysue/r0capture

Traceback (most recent call last):
File "D:\js\r0capture\r0capture.py", line 373, in
wait=parsed.wait
File "D:\js\r0capture\r0capture.py", line 260, in ssl_log
pid = device.spawn([process])
File "D:\pyenv\pyenv-win-master\pyenv-win\versions\3.7.7\lib\site-packages\frida\core.py", line 26, in wrapper
return f(*args, **kwargs)
File "D:\pyenv\pyenv-win-master\pyenv-win\versions\3.7.7\lib\site-packages\frida\core.py", line 140, in spawn
return self._impl.spawn(program, argv, envp, env, cwd, stdio, aux_options)
frida.ServerNotRunningError: unable to connect to remote frida-server


使用frida命令注入正常,但是按照readme使用r0capture就报上面的错
frida -U -f com.appsflyer.onelink.appsflyeronelinkbasicapp -l D:\frida-agent-example\frida-agent-example-main\frida\hook_name.js --no-pause
____
/ _ | Frida 12.8.0 - A world-class dynamic instrumentation toolkit
| (| |
> _ | Commands:
/
/ |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://www.frida.re/docs/home/
Waiting for USB device to appear...
Spawned com.appsflyer.onelink.appsflyeronelinkbasicapp. Resuming main thread!
[Google Pixel::com.appsflyer.onelink.appsflyeronelinkbasicapp]-> AFf1ySDK.valueOf is called

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

1 participant