-
Steps:
1. Compile a script with just `const Swift = require('./swift-frida/index.js');`
2. Spawn an iOS app with this script using `frida -U -l tmp.js -f app.name`
3. Script crashes with `Failed …
-
(node:587) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with …
-
I'm trying compile frida-java for arm32
`make server-android` builds for arm64, which one is for arm32 ?
```
$ make -f Makefile.sdk.mk FRIDA_HOST=server-arm
rm -f -r build/fs-tmp-server-arm/sq…
-
I am using frida (12.0.8) and trying to hook `getText` in `android.widget.EditText`, but fails.
Stacktraces are as follows:
```
at frida/node_modules/frida-java/lib/env.js:351
at frida/node_m…
-
Hi,
I have a problem with using a Java.cast inside an onButtonClick event overwrite in Android.
This is my hooking code:
Java.perform(function () {
var hook = Java.use('com.test.…
-
great tool! would it be possible to generate an x509 cert. heres why..
app im testing is cert pinning. ive bypassed it with burpsuite cert using the method and script here..
https://blog.it-security…
-
Hello,
I am trying to patch an IPA file downloaded from the iOS device (OS: 11.4.1). I have downloaded the Twitter IPA using iMAZING utility. Device is not a jailbreak version whereas while doing th…
-
So I know a bit of work was done on Frida's build system lately, but it was supposedly fixed for Linux and I'm still running into issues on the latest master.
I'm happy to assist in troubleshooting…
-
```
devzkndeMacBook-Pro:passionfruit devzkn$ sudo npm install frida-compile
Password:
Sorry, try again.
Password:
> frida@10.6.13 install /Users/devzkn/code/demo/passionfruit/node_modules/frida…
-
Java.choose() is not working for me, always giving this error:
```
Error: invalid instruction
at frida/runtime/core.js:552
at frida/node_modules/frida-java/lib/android.js:1021
at k …