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

[BUG] App无法拉起 #71

Open
hectongh opened this issue Jul 22, 2024 · 4 comments
Open

[BUG] App无法拉起 #71

hectongh opened this issue Jul 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@hectongh
Copy link

hectongh commented Jul 22, 2024

Appscan 版本

2.1.5

系统版本

电脑版本:
Win10

手机型号:
Huawei P9

安卓版本:
安卓7

Bug 描述

授权后点击开始检测无法拉起对应app,日志见下方

helper.log
[2024-07-22T17:43:23.568] [INFO] default - INFO: Started server process [30108]
INFO: Waiting for application startup.

[2024-07-22T17:43:23.569] [INFO] default - INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:50000 (Press CTRL+C to quit)

[2024-07-22T17:43:26.793] [INFO] default - * daemon not running; starting now at tcp:5037

[2024-07-22T17:43:29.811] [INFO] default - * daemon started successfully

[2024-07-22T17:43:34.958] [INFO] default - setprop: name 'persist.device_config.runtime_native.usap_pool_enabled' too long; try 'persist.device_config.runtime_n'

[2024-07-22T17:43:35.007] [INFO] default - usage: pkill [-l SIGNAL] [PATTERN]

-l SIGNAL to send
-V verbose

pkill: Unknown option 9

[2024-07-22T17:43:46.541] [INFO] default - unable to stat file for the executable "/memfd:frida-helper-32 (deleted)": No such file or directory

[2024-07-22T17:44:10.428] [INFO] default - INFO: ('127.0.0.1', 2972) - "WebSocket /socket.io/?EIO=4&transport=websocket" [accepted]

[2024-07-22T17:44:10.428] [INFO] default - INFO: connection open

[2024-07-22T17:44:20.831] [INFO] default - ERROR:root:Traceback (most recent call last):
File "internal\hook\hook.py", line 62, in _hook
File "frida\core.py", line 86, in wrapper
File "frida\core.py", line 968, in spawn
frida.TimedOutError: unexpectedly timed out while spawning helper process

ERROR:root:{'type': 'helper_error', 'data': 'Traceback (most recent call last):\n File "internal\hook\hook.py", line 62, in _hook\n File "frida\core.py", line 86, in wrapper\n File "frida\core.py", line 968, in spawn\nfrida.TimedOutError: unexpectedly timed out while spawning helper process\n'}

frida.log

format = '2024-07-22 17:44:20,830 - root - ERROR - Traceback (most recent call last):
File "internal\hook\hook.py", line 62, in _hook
File "frida\core.py", line 86, in wrapper
File "frida\core.py", line 968, in spawn
frida.TimedOutError: unexpectedly timed out while spawning helper process
-_hook',
format = '2024-07-22 17:44:20,831 - root - ERROR - {'type': 'helper_error', 'data': 'Traceback (most recent call last):\n File "internal\hook\hook.py", line 62, in _hook\n File "frida\core.py", line 86, in wrapper\n File "frida\core.py", line 968, in spawn\nfrida.TimedOutError: unexpectedly timed out while spawning helper process\n'}-send_data',

@hectongh hectongh added the bug Something isn't working label Jul 22, 2024
@hectongh hectongh changed the title [BUG] [BUG] App无法拉起 Jul 22, 2024
@ChnMig
Copy link
Collaborator

ChnMig commented Jul 23, 2024

通过日志看是有些初始化命令没有执行成功, 有其他手机设备可以测试吗

@hectongh
Copy link
Author

已经找到问题了,系统版本是7.0的,升级到8.0就可以了,但是新问题出现了,

Appscan提示:未找到设备:unable to perform ptrace pokedata:I/O error

@ChnMig
Copy link
Collaborator

ChnMig commented Jul 25, 2024

已经找到问题了,系统版本是7.0的,升级到8.0就可以了,但是新问题出现了,

Appscan提示:未找到设备:unable to perform ptrace pokedata:I/O error

感谢回复, 请问日志文件中还有错误的上下文吗?

@hectongh
Copy link
Author

日志中无其他错误,只有Appscan在连接设备的时候报了这个错误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants