-
Looks like frida-gum does not properly handle forks in multithreaded processes.
I see the stack below in the child process:
```
(gdb) bt
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64…
-
提取APK时失败。
PS E:\项目\luject> xmake run luject -i .\xxx.apk -p libxlua.so .\frida-gadget-arm64.so
extract xxx.apk
error: extract failed!
error: execv(E:\项目\luject\build\windows\x64\release\luject.…
-
Xcode Version 10.0 (10A255)
OSX: macOS 10.14 (18A389)
Frida Gadget: /12.2.17/frida-gadget-12.2.17-ios-universal.dylib
Error
'FridaGadget.dylib' does not contain bitcode. You must rebuild it with b…
-
https://frida.re/docs/building/
Done from a brand new Ubuntu install using `make core-android-arm64` results in the following:
```
file:///home/x/frida/build/tmp-android-arm64/frida-core/src/co…
-
@apkunpacker has proposed adding rules for detecting anti-cheat systems and anti-frida techniques. I'm generally in favor of supporting this in apkid since it falls in line with the general purpose of…
-
Start the target app com.xxxxx
need Gadget to attach on jailed iOS; its default location is: /Users/imac/.cache/frida/gadget-ios.dylib
-
I was trying to connect Frida 14.0.8 to frida-gadget injected into an android app. And it always failed.
IWhen the --debug option is used, it says:
**Failed to attach: v8 runtime not available due t…
ghost updated
3 years ago
-
frida reports device not found but adb can discover it:
adb output
```
adb devices
List of devices attached
V2PgL7 device
```
frida output:
```
Device 'V2PgL7' not found
```
test by:
``…
-
I am running Android 14 on GrapheneOS. Following [instructions](https://frida.re/docs/android/), I copied frida-server 16.1.10 to my device and ran it as root via adb. However, while frida-server is r…
-
I am running the latest objection on an application that is on an iPad with iPadOS 17.5.1 and I'm running Frida 16.4.7.
Using the command `objection -g [app identifier] explore` leads to the follow…