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

Function formartAndSaveModuleDetails

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

Source from the content-addressed store, hash-verified

7824 LOGZ(`\n${formartMaxLine} lines of results are shown recommended to be greater than 100`);
7825 newLine(1);
7826 function formartAndSaveModuleDetails(item) {
7827 let index = formart_1.formartClass.alignStr(`[${++countIndex}]`, 5);
7828 let result = `${index} ${item.address} ---> ${item.address.sub(soAddr)}\t${item.name}`;
7829 if (formartMaxLine != -1 && formartMaxLine > 10)
7830 result = formart_1.formartClass.alignStr(result, formartMaxLine);
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}`;

Callers 1

printExpFunction · 0.70

Calls 1

alignStrMethod · 0.45

Tested by

no test coverage detected