CreditTone / hooker

🔥🔥hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、firda版JustTrustMe、disable ssl pinning
Apache License 2.0
3.65k stars 924 forks source link

attack无法正常运行 #61

Open Oldman19 opened 1 year ago

Oldman19 commented 1 year ago

运行hooker后,输入包名,返回以下报错 Traceback (most recent call last): File "/home/kali/hooker/hooker.py", line 93, in attach
online_session = rdev.attach(target)
File "/usr/local/lib/python3.10/dist-packages/frida/core.py", line 26, in wrapper
return f(*args, kwargs)
File "/usr/local/lib/python3.10/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.10/dist-packages/frida/core.py", line 193, in _pid_of
return self.get_process(target).pid
File "/usr/local/lib/python3.10/dist-packages/frida/core.py", line 26, in wrapper
return f(
args,
kwargs)
File "/usr/local/lib/python3.10/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 '这里是输入的包名,大小app都尝试过,都是这个报错'

yetnelson commented 1 year ago

同样问题

cloud-jie commented 5 months ago

我也是,报错后也不会生成应用工作目录