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

Function formartAndSaveIl2cppMehods

Il2cppHook/_Ufunc.js:7833–7839  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

7831 arr_result.push(result);
7832 }
7833 function formartAndSaveIl2cppMehods(item) {
7834 let index = formart_1.formartClass.alignStr(`[${++countIndex}]`, 5);
7835 let result = `${index} ${item.handle} ---> ${item.relativeVirtualAddress}\t${item.class.name} | ${item}`;
7836 if (formartMaxLine != -1 && formartMaxLine > 10)
7837 result = formart_1.formartClass.alignStr(result, formartMaxLine);
7838 arr_result.push(result);
7839 }
7840};
7841const launchApp = (pkgName) => Java.perform(() => {
7842 let context = Java.use('android.app.ActivityThread').currentApplication().getApplicationContext();

Callers 1

printExpFunction · 0.70

Calls 1

alignStrMethod · 0.45

Tested by

no test coverage detected