| 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 | }; |
| 7841 | const launchApp = (pkgName) => Java.perform(() => { |
| 7842 | let context = Java.use('android.app.ActivityThread').currentApplication().getApplicationContext(); |