吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 6470|回复: 6
收起左侧

[Android 求助] frida unable to find process with name

  [复制链接]
Prims 发表于 2022-3-14 13:35
我的配置信息如下圖所示
image.png
比如我想hook這款程序,我照著教程https://www.52pojie.cn/thread-1128884-1-1.html
pp@ubuntu:~$ frIDA-ps -Uai | tail -n 1
    -  音乐                          com.oppo.music
會出現以下報錯
pp@ubuntu:~$ python3 hook.py
Traceback (most recent call last):
  File "hook.py", line 17, in <module>
    process = frida.get_remote_device().attach('com.oppo.music') #得到设备并劫持进程com.example.testfrida(该开始用get_usb_device函数用来获取设备,但是一直报错找不到设备,改用get_remote_device函数即可解决这个问题)
  File "/usr/local/lib/python3.8/dist-packages/frida/core.py", line 26, in wrapper
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/frida/core.py", line 165, in attach
    return Session(self._impl.attach(self._pid_of(target), *args, **kwargs))
  File "/usr/local/lib/python3.8/dist-packages/frida/core.py", line 193, in _pid_of
    return self.get_process(target).pid
  File "/usr/local/lib/python3.8/dist-packages/frida/core.py", line 26, in wrapper
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/frida/core.py", line 121, in get_process
    raise _frida.ProcessNotFoundError("unable to find process with name '%s'" % process_name)
frida.ProcessNotFoundError: unable to find process with name 'com.oppo.music'
使用frida直接拉起程序也是一樣的報錯
pp@ubuntu:~$ frida -U com.oppo.music
     ____
    / _  |   Frida 15.1.17 - 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 OPPO R9s (id=5122a864)
Failed to spawn: unable to find process with name 'com.oppo.music'
有沒有大佬知道這是什麽問題,謝謝謝謝謝謝!!!!!!
Snipaste_2022-03-14_13-29-26.png

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

Arrake 发表于 2022-4-15 18:40
本帖最后由 Arrake 于 2022-4-15 18:42 编辑

看报错,对name理解错了,你传的是包名,最新的版本(5.1.17)传包名不行,之前的版本可以。。。查看name,frida-ps -Uai
 楼主| Prims 发表于 2022-3-14 13:42
教程中的樓主提到找不到的話換一個方法可以解決此問題,但是還是我使用get_usb_device替換掉get_remote_device方法之後還是報同樣的錯誤
"得到设备并劫持进程com.example.testfrida(该开始用get_usb_device函数用来获取设备,但是一直报错找不到设备,改用get_remote_device函数即可解决这个问题"
____________ 发表于 2022-3-14 13:58
 楼主| Prims 发表于 2022-3-14 14:15

指定process id 嗎
謝謝大佬我去試試
success666 发表于 2022-3-14 15:03
先打印下手机的进程列表,确认下这个进程是不是叫这个名字,我记得有的好像需要中文名,上次遇到小米手机的商城app就是这样。
book96 发表于 2022-5-17 12:18
frida版本越新越多错误,真坑
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2025-1-11 21:36

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表