vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.
https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki
MIT License
946 stars 194 forks source link

how it's work ? #318

Closed m2k2v closed 1 year ago

m2k2v commented 1 year ago

Hello. I have worked extensively with Frida, but I have never used the TypeScript modules before. Everything I have done so far has been written in JavaScript. It seems like this project could be very helpful to me, but I really don't know how to use it. Is there anything specific I need to install? What programming language can I use with it? I would appreciate it if you could guide me on this matter.

SMEDjs commented 1 year ago

You can read https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki

vfsfitvnm commented 1 year ago

Other than the wiki, here you can find the general Frida setup when using TypeScript and here you can view other projects using frida-il2cpp-bridge.

However, nobody forces you to use TypeScript: you can still consume this module using JavaScript (but I wouldn't recommend it if you have a desktop computer).

PS: \@fridadotre might help you as well!

m2k2v commented 1 year ago

Other than the wiki, here you can find the general Frida setup when using TypeScript and here you can view other projects using frida-il2cpp-bridge.

However, nobody forces you to use TypeScript: you can still consume this module using JavaScript (but I wouldn't recommend it if you have a desktop computer).

PS: @fridadotre might help you as well!

I think because I have never worked with TypeScript before (let alone using it for Frida), I can't work on this project right now. Until then, I have to work with JavaScript and hope that you provide a sample video tutorial for learning this tool.