-
Error: access violation accessing 0x32
at onClick (input:1)
at apply (native)
at r (frida/node_modules/frida-java/lib/class-factory.js:940)
at repl1.js:24
at call (native)
…
-
_Context: I am targeting Apple demo app called "Fox", running on macOS 10.12, compiled with XCode 9._
`choose()` or `chooseSync()` methods work on NSString:
```
[Local::Fox]-> ObjC.classes.NSStri…
-
I have created pkgs.rosintall based on [this](https://github.com/gavanderhoorn/rosin_bug_hunt_l3/issues/2) script. Here is the file :
```
- tar:
local-name: actionlib
uri: https://githu…
-
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…
-
e@ubuntu32:~/projects/frida$ make -f Makefile.sdk.mk
Success! Here's your SDK: build/sdk-linux-x86.tar.bz2
It will be picked up automatically if you now proceed to build Frida.
e@ubuntu32:~…
-
my code is:
URI = Java.use("java.net.URI");
URI.URI.implementation = function(){
console.log("URI modified");
}
and it says
{u'columnNumber': 1, u'description': u"TypeError: cannot write p…
-
I've faced with a strange problem. When I try to spawn android app via Frida then I get an error.
`frida -U --no-pause -f com.android.chrome -l script.js`
```
Spawned `com.android.chrome`. Resu…
-
Frida version 9.1.23, with both frida-server-9.1.23-android-arm64 and frida-server-9.1.23-android-x86_64 (both on a rooted Galaxy S7 phone and the latest Android N emulator from Google)
Used the fo…
-
## Description
Error returned when compiled
### Error Log
```
node_modules/.bin/frida-compile Agent -o libcycript-runtime.js
CXXLD libcycript.la
ld: warning: could not create comp…
-
## Environment
OS X 10.11.6
XCode 8.1
node 4.5.0 & 6.10.3 (both failed)
## Reproduction Steps
```
// brew install readline, this was skipped as brew replied readline is a keg-only and anothe…