This project provides an application template for the frida-il2cpp-bridge library, which is an excellent library that enables hooking of IL2CPP applications. The template includes environment configuration and code compilation commands, as well as explanations of some common issues that beginners may encounter.
You can start by cloning this repository:
git clone https://github.com/ChuJiani/frida-il2cpp-bridge-template.gitRun the following command to install dependencies:
npm installCompile the example script with the predefined build command, which is defined in package.json.
npm run buildThe compiled script will be located in output/hook.js, and can be correctly loaded and run by frida.
You can also use watch command, which continuously monitors changes to source files and compiles them in real-time. This is useful when combined with frida's auto-reload functionality.
Refer to the wiki and discussions of frida-il2pp-bridge to develop the script.