-
* Android version: 4.3
* Frida client version: 10.6.18
* Frida server version: frida-server-10.6.18-android-arm
Using `Java.choose()` directly outputs `Error: VM::GetEnv failed: -2`, but using it…
-
Hello,
I have been working on analyzing an obfuscated Android malware. When I try to call a function, I receive an error called "TypeError: cannot read property '$handle' of undefined." Any idea wh…
-
Hi,
I am using Frida to instrument Android applications. The methods I have to instruments are chosen from a trace obtained by the Android Tracer tool. I am having an issue with some overloads.
As…
-
I get the following error when I use Java.registerClass:
The device is an ARMv7 running Android 4.4.4
```
Error: java.lang.ClassNotFoundException: Didn't find class "com.example.MyRunnable" on path…
-
Hi Peter,
I think I successfully installed the openmmplumed because it says %100 on the built target.
And I tried to export LD_LIBRARY_PATH=/usr/local/lib/plumed.
However, I can not import Plum…
-
Hello awesome Sensepost team,
I was running objection on rooted Android phone 4.4.2 and experienced error in doing SSL Pinning on all apps.
Tested platform: Sumsung Android 4.4.2.
Tested both…
-
I am trying to modify one of the function in a closed apk (no access to source code). After doing my own stuff I call the original method. However, I get an error message _"stack": TypeError: undefine…
-
MainActivity.onClick.overload('android.view.View').implementation = function(a){
console.log('onClick === >>>' + a.getId());
//this.onClick(a);
this.onClick.overload('android.view.Vie…
-
Hello
I use npm to install passionfruit
but when I run passionfruit, it didn`t work and have so error(as follows)
ian-Mac:/ root# npm install -g passionfruit
npm WARN deprecated babel-preset-…
-
## When does it happen
This happens only when a `js` file is loaded but doesn't happen if the same `js` is pasted on **frida console**.
However, I made a `js` file with the following code ---
``…