vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.

Home Page:https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to print il2cpp string in frida js script?

andrewpedia opened this issue · comments

const str: Il2Cpp.String = Il2Cpp.string("hello");

console.log(str);

const content: string = str.content;

console.log(content);