mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-02-04 06:35:06 +01:00
Update hooks for Frida 17.x. Upgrade project to .NET 10.
This commit is contained in:
@@ -6,13 +6,11 @@ let lastEnterLogCount = 0, lastLeaveLogCount = 0;
|
||||
const deduplicateLogs = true;
|
||||
|
||||
function awaitLibil2cpp(callback) {
|
||||
libil2cpp = Module.findBaseAddress('libil2cpp.so');
|
||||
|
||||
if (libil2cpp) {
|
||||
try {
|
||||
libil2cpp = Process.getModuleByName('libil2cpp.so').base;
|
||||
console.log('libil2cpp.so loaded:', libil2cpp);
|
||||
callback();
|
||||
}
|
||||
else {
|
||||
} catch (error) {
|
||||
setTimeout(() => awaitLibil2cpp(callback), 100);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user