IIIImmmyyy/frida-il2cppDumper

TypeError: not a function

Closed this issue · 1 comments

oobbb commented

TypeError: not a function
at il2cpp_domain_get_assemblies (agent/il2cpp/il2cppApi.js:22)
at start (agent/dumper.js:14)
at main (agent/index.ts:8)
at call (native)
at onNextTick (node_modules/timers-browserify/main.js:64)
at apply (native)
at (node_modules/process/browser.js:153)
at drainQueue (node_modules/process/browser.js:123)
at apply (native)
at (frida/runtime/core.js:45)
大佬这种报错怎么解决 游戏引擎版本是2018_4_12f1 设备是32位的夜神模拟器

TypeError: not a function at il2cpp_domain_get_assemblies (agent/il2cpp/il2cppApi.js:22) at start (agent/dumper.js:14) at main (agent/index.ts:8) at call (native) at onNextTick (node_modules/timers-browserify/main.js:64) at apply (native) at (node_modules/process/browser.js:153) at drainQueue (node_modules/process/browser.js:123) at apply (native) at (frida/runtime/core.js:45) 大佬这种报错怎么解决 游戏引擎版本是2018_4_12f1 设备是32位的夜神模拟器

请使用真机。 许多游戏通常使用的armv7a的架构 模拟器架构为X86 运行游戏为模拟指令运行,在实际上的Hook中是不一样的
同时frida也无法识别正确的架构