monkeylord / XposedFridaBridge

A frida script implement XposedBridge & load xposed modules, without installing xposed framwork.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java.ClassFactory.get报错

newdas opened this issue · comments

frida 版本12.8.0和12.11.7都报错,好像是Java对象没有ClassFactory这个属性
TypeError: cannot read property 'get' of undefined
at [anon] (../../../frida-gum/bindings/gumjs/duktape.c:56618)
at FrameworkInit (/XposedFridaBridge.js:286)
at /XposedFridaBridge.js:383
at frida/node_modules/frida-java-bridge/lib/vm.js:11
at frida/node_modules/frida-java-bridge/index.js:366
at startBridge (/XposedFridaBridge.js:412)
at frida/runtime/core.js:55

#4
和这个issue问题一样

需要新版本的frida/frida-server
ClassFactory是个新接口