Coder Social home page Coder Social logo

frida-il2cppdumper's People

Contributors

iiiimmmyyy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

frida-il2cppdumper's Issues

dump 报错TypeError: not a function

getOffsetTypeCount() {
// if (config_1.UNITY_VER === config_1.UnityVer.V_2020) {
// return this.add(24).readPointer().toInt32();
// }
// else {
// return this.get("typeCount").readPointer().toInt32();
// }
return this.get("typeCount").readPointer().toInt32();
}
config_1.UnityVer.V_2020 识别报错后,直接改为 this.get("typeCount").readPointer().toInt32(); 或者return this.get("typeCount").readPointer().toInt32();后然后执行会报下面的错误,大佬帮忙看下

TypeError: not a function
at il2cpp_image_get_class (agent/il2cpp/il2cppApi.js:77)
at getClass (agent/il2cpp/struct/Il2CppImage.js:52)
at findAllClass (agent/dumper.js:145)
at (agent/dumper.js:106)
at apply (native)
at (frida/runtime/core.js:51)

Failed to run the script

Please, help me understand, what's going wrong?

I run
frida -f com.bytetyper.iwantpizza -l _agent.js -D 9c2648e95b631f0715e504b14e5127077cad60df --no-pause

And get

    ____
    / _  |   Frida 15.1.17 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://frida.re/docs/home/
   . . . .
   . . . .   Connected to iPhone (id=9c2648e95b631f0715e504b14e5127077cad60df)
Spawned `com.bytetyper.iwantpizza`. Resuming main thread!               
Error: failed to open file (No such file or directory)
    at <anonymous> (agent/dumper.js:9)
    at call (native)
    at o (node_modules/browser-pack/_prelude.js:1)
    at <anonymous> (node_modules/browser-pack/_prelude.js:1)
    at <anonymous> (agent/index.ts:2)
    at call (native)
    at <anonymous> (/_agent.js:1119)
    at call (native)
    at <anonymous> (/_agent.js:1119)
    at call (native)
    at o (node_modules/browser-pack/_prelude.js:1)
    at r (node_modules/browser-pack/_prelude.js:1)
    at <eval> (/_agent.js:1395)
[iPhone::com.bytetyper.iwantpizza ]->

ios如何dump

把提取的so(dylib)放在js同一个目录吗

issues

I found that when the game has x86 library, it will succeed on Android simulator, but when it doesn't, it will report an error. Why?

dump失败

image
image

执行指令是frida -U -f jp.boi.mementomori.android -l frida-il2cppDumper/_agent.js

游戏是mementomori,可以在google商店(qooapp也可)下载到,安装包800M+我就不放了,大佬帮忙康康

TypeError: il2cpp_image_get_class is not a function

使用的frida 12.10.0版本
并且也用frida-compile编译了,--runtime=v8 也加了,但提示TypeError: il2cpp_image_get_class is not a function
1L}H0 8GH69TZ5E AYTL H

不知道是什么问题,佬能给个解决办法吗

报错 跑不动

(py38env) MacBookPro:agent Ken$ frida -U -f com.manling.xmqy.aligames --no-pause -l index.ts
____
/ _ | Frida 14.2.2 - A world-class dynamic instrumentation toolkit
| (| |
> _ | Commands:
/
/ |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://www.frida.re/docs/home/
Failed to load script: script(line 2): SyntaxError: expecting '('

Thank you for using Frida!
(py38env) MacBookPro:agent Ken$

Have problems when execute the script

Good day, IIIImmmyyy!
I have cloned a source from the repo and configured the package name and version, but when I push the code was built to the android emulator has some error. Please help me. Thank you in advance.

Specs:
Both Frida desktop and server 15.1.14.

My configuration:

export var UnityVer = {
    V_2017_4_31f1: "2017.4.31f1",
    V_2018_4_36f1: "2018.4.36f1",
    V_5_6_4p4: "5.6.4p4"
};
export const soName = "libil2cpp.so";

export  const pkg_name="com.vng.codmvn";

export const UNITY_VER = UnityVer.V_5_6_4p4;

alt text

TypeError: not a function

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位的夜神模拟器

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.