-
do this:
var s = Java.use('java.lang.String');
var ss2 = s.$new('str');
ss2.$dispose();
get the error info:
{u'columnNumber': 1, u'description': u'Error: Not allowed o…
-
I try to install `r2frida` by executing `r2pm install r2frida`, but it gives me an error below.
```
syntax error: error in error handling
syntax error: error in error handling
Processing r2frida .…
-
## ENV
Mac OS 10.11.6
iPhone 6s Jailbroken iOS 9.0
Frida 10.0.3
## Reproduction Steps
```
➜ appmon git:(master) ✗ git pull
Already up-to-date.
➜ appmon git:(master) ✗ intruder
➜ intr…
-
Is there some limitation on the version and or api module can use?
I'm trying to import module through require() in a script but it does not work.
For example, require('fs') gives {}, and require(…
-
Hi,
I'm trying to enumerate loaded classes using Android 5.0.1 emulator with the following script:
`
if (Java.available) {
Java.enumerateLoadedClasses({
onMatch: function(classN…
-
Any idea to fix this bug? It seems frida convert V8 to Duktape.
Like this:https://github.com/frida/frida/issues/210
[INFO] Attached to com.netease.mail
[INFO] Building injection...
[INFO] Instru…
-
First of all if this is not the correct place to report point me out in the right repository.
I updated frida to 9.1.8 in node and I observed issues when trying to create a session basically timeou…
-
I can't hook any method on latest frida.
`> frida -U com.android.terminal -l java.js`
```
Attaching...
Loaded.
Error: expected a pointer
at i (frida/node_modules/frida-java/lib/android.js:…
-
`r2pm install r2frida` always fails on my mac.
radare 2 is installed and working. r2pm version installed was `r2pm 1.3.0`
```
Makefile:1: config.mk: No such file or directory
./configure
che…
-
I used to rely on this code to list loaded classes on Android:
```javascript
Java.enumerateLoadedClasses({
onMatch: function(className) {
send(className);
},
…