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

Function showSpecificClassMethods

Il2cppHook/_Ufunc.js:7604–7615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7602 });
7603};
7604const showSpecificClassMethods = () => {
7605 Java.perform(function () {
7606 var class_name = "android.security.keystore.KeyGenParameterSpec$Builder";
7607 var db1 = Java.use(class_name);
7608 var methodArr = db1.class.getMethods();
7609 LOG("[*] Class Name: " + class_name);
7610 LOG("[*] Method Names:");
7611 for (var m in methodArr) {
7612 LOG(methodArr[m]);
7613 }
7614 });
7615};
7616globalThis.findJavaClass = findJavaClass;
7617},{"./classLoader":168}],170:[function(require,module,exports){
7618"use strict";

Callers

nothing calls this directly

Calls 2

performMethod · 0.80
LOGFunction · 0.70

Tested by

no test coverage detected