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

compile error #301

Closed 350030173 closed 1 year ago

350030173 commented 1 year ago

version 0.8.1 after compile have some error image

and before ,i use frida-compile.cmd(the version is 10.2.4),dont have the error info

vfsfitvnm commented 1 year ago

Upgrade your frida-compile version!

commonuserlol commented 1 year ago

Upgrade your frida-compile version!

as i understand it, this is the new version of the frida-compile that does this too.

[user@user-80xr test]$ frida-compile index.ts -o _.js
[user@user-80xr test]$ frida-compile --version
16.0.19

i also have this as result asd

it is worth noting that frida normally uses such a script, but if you want to obfuscate it, use esbuild

350030173 commented 1 year ago

i ask chatgpt,it say :nodejs version too low,my windows is 7 o(╥﹏╥)o

commonuserlol commented 1 year ago

to be honest, chatgpt sometimes dumbo, ignore these if you need just run script, it will work; if you need obfuscate it - use esbuild

350030173 commented 1 year ago

Upgrade your frida-compile version!

i Upgrade frida-compile version,but still have this problem

vfsfitvnm commented 1 year ago

Would you share your whole workflow? I.e. the commands you are launching, the error message...

commonuserlol commented 1 year ago

this can hardly be called a error... this is an innovation by frida-compile (which still works fine with frida)

350030173 commented 1 year ago

Would you share your whole workflow? I.e. the commands you are launching, the error message...

package.json and tsconfig.json copy from here

frida-compile -o test.js -w test.ts compile

out: a display error when I open the js file out

frida spawn: frida There is no error message output