MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / fillCacle

Method fillCacle

Il2cppHook/_Ufunc.js:7524–7531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7522 });
7523 }
7524 function fillCacle() {
7525 if (classLoaderManager.loaders.length !== 0)
7526 return;
7527 Java.perform(() => classLoaderManager.iterClassLoader((loader) => {
7528 if (!classLoaderManager.loaders.includes(loader))
7529 classLoaderManager.loaders.push(loader);
7530 }, false));
7531 }
7532 };
7533 static getClassLoaderByDescriptor = (descriptor) => {
7534 let ret = null;

Callers

nothing calls this directly

Calls 1

performMethod · 0.80

Tested by

no test coverage detected