-
We have discovered that the tool downloads its dependencies during installation. This is a typical behavior of malicious software and is getting blocked in a sandbox environment such as Gentoo portage…
-
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:
``…
-
How do I get the Rocket League connection intercepted by Charles? I tried using the proxifier, but the SSL is not recognized even though I have installed the generated certificate in trusted root cert…
-
Hi,
As you may know frida crashes jailbroken devices with Phoenix when spawning an app https://github.com/frida/frida/issues/373
This seems to be because any app that frida injects into looses it…
-
i am using emulator and tried to inject but this is the error i get
Frida version frida-core-devkit-15.1.17-android-arm.tar.xz
[+] Patching SeLinux policy
[+] Injecting library: /data/local/tmp/l…
-
I'm trying to build Frida for Linux ARMv7 and first need to build the SDK, since it's not distributed in binary form.
I'm using an Ubuntu 18.04 x64 VM.
```
$ git clone --recurse-submodules http…
-
When I run frida 16.1.8 server on a rooted xiaomi pad 6 pro, the app can't spawn with command
`frida -R -f `
![image](https://github.com/frida/frida/assets/87085697/60540372-0d4c-44ab-8987-28165ab30…
-
I want to get all the java method calls when running an app on Android devices. I have to analysis 2,000 apps that i don't get the source code. Can i use this tool to trace all the java calls ?
-
I am trying to open a project, it fails and shows errors in console.
```
[INFO] [APK HELPER] APK extracted into : /root/dexcaliburWS/alien_0/apk
TypeError: Cannot read property 'getUID' of undef…
-
FRIDA-DEXDump use dump(dexptr, map_offset), but I got an uncorrected dex file. When using dex2jar on it, I got an error:
╰─$ sh d2j-dex2jar.sh 0x7ba1f1f01c.dex
dex2jar 0x7ba1f1f01c.dex -> ./0x7ba1f1…