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

Request `` Addning simple GUI menu like LGL to on and off the options`` #383

Closed VAROME closed 11 months ago

VAROME commented 11 months ago

Request Addning simple GUI menu like LGL to on and off the options i know some people tried like maars , but their projects does not work on most of the other devices starting from any android less than 13 , and even on 13 too many issues , if it came from the source itself it would be unstoppable and awesome , i really hope for it to happen,

VAROME commented 11 months ago

i dont have any menu for that

Hmm you can use toggle for that, or do something like

menu.button("myhack: OFF", function () {
    // here your code
    this.text = "myhack: ON";
});
vfsfitvnm commented 11 months ago

No, this is out of scope!

VAROME commented 11 months ago

No, this is out of scope!

no worries , i made a menu work now, on / off buttons , and functions are done.