GDA-android-reversing-Tool icon indicating copy to clipboard operation
GDA-android-reversing-Tool copied to clipboard

frida功能不能使用

Open hackren opened this issue 2 years ago • 2 comments

已在手机端运行 Frida-Server 15.1.8 但是执行某个hook或者脚本时总是如下提示


/ _  |   Frida 15.1.8 - 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/ Spawning --no-pause... Failed to spawn: unable to find application with identifier '--no-pause'

hackren avatar Aug 23 '22 16:08 hackren

我大概知道是因为GDA无法识别出我apk的包名,所以提示以上错误信息。 希望能提供一个手动指定包名的功能,以便在一些加壳apk或者脱壳后的dex里能使用frida的相关功能

hackren avatar Aug 23 '22 16:08 hackren

提供下你的apk文件,方便我调试。

charles2gan avatar Aug 24 '22 04:08 charles2gan

好像新版frida 移除了--no-pause吧,我看frida -h里边没有这个

CtrlAltDelet avatar Oct 19 '22 05:10 CtrlAltDelet

https://github.com/frida/frida/issues/2277 先用旧版的吧

CtrlAltDelet avatar Oct 19 '22 05:10 CtrlAltDelet

frida/frida#2277 先用旧版的吧 谢谢,下个版本做个更新。

charles2gan avatar Oct 28 '22 07:10 charles2gan

@charles2gan In GDA 4.03 I found issue regarding frida. As in new frida the application is no longer paused by default on start-up. And when I tried to hook in GDA it gives me unrecognized arguments: --no-pause this error.

kbamol avatar Dec 06 '22 16:12 kbamol

@charles2gan In GDA 4.03 I found issue regarding frida. As in new frida the application is no longer paused by default on start-up. And when I tried to hook in GDA it gives me unrecognized arguments: --no-pause this error.

this bug will be fixed in the next version.

charles2gan avatar Dec 28 '22 07:12 charles2gan