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

Property 'fileName' does not exist on type 'void'. #364

Closed xiaozouzhiqiang closed 11 months ago

xiaozouzhiqiang commented 11 months ago

When using the code Il2Cpp.dump().fileName("dump.cs").classes().build();, an error is prompted, Property 'fileName' does not exist on type 'void'.

vfsfitvnm commented 11 months ago

Please update to the latest version and read this snippet