-
When i try to use Java.registerClass to register `java.security.Key`, which has a constant `serialVersionUID`, and will cause registerClass throw exception.
```
TypeError: cannot read property 'ma…
-
Trying to get this installed on a new laptop and running into this problem I've never had before. I see the same error on some old issues, but those solutions don't seem to apply to me.
```
(fri…
-
I have an iOS app I'm trying to load in Passionfruit (version 0.5.3; Frida version 12.6.12)
When I try to open the app on the general tab I receive the following error message in the web applicatio…
-
```
function obj_get(obj, field_name){
var f = Java.use("java.lang.reflect.Field");
f = Java.cast(obj.getClass(), clazz).getDeclaredField(field_name);
f.setAccessible…
-
Android 6.0 armeabi-v7a. frida-server-12.6.5-android-arm. When trying `Java.enumerateLoadedClasses` error occurred `Error: invalid arm system register`. Any suggestions?
-
I tried to incorporate Frida into electron, I am using npm for installation:
```
C:\.........\frida-test>npm view electron version
5.0.1
C:\.........\frida-test>npm view frida version
12.5.6
`…
-
I use Node v11.11.0 on macOS Mojave. Doing npm i frida gives below error
> frida@12.6.1 install /Users/mustafa/Downloads/mplus-master/node_modules/frida
> prebuild-install || node-gyp rebuild
`…
-
This issue is related to:
https://github.com/frida/frida-node/issues/40
When trying to integrate frida with electron I am getting the following error message:
```
node_modules\frida\build\Releas…
-
# Beskrivning
Frida har tagit fram skiss på rundade hörn på vänsternavigationen. Nu ska komponenten byggas om och läggas in på de sajter som använder vänsternavigation
# Skiss
https://www.figma.com/p…
-
I took this as start point https://gist.github.com/oleavr/ae7bcbbb9179852a4731.
Here is the code
gating.js
```javascript
'use strict';
const co = require('co');
const frida = require('fr…