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

Function getMetaData

Il2cppHook/_Ufunc.js:7704–7712  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

7702 LOGO(getLine(100));
7703 });
7704 function getMetaData(key) {
7705 let context = Java.use('android.app.ActivityThread').currentApplication().getApplicationContext();
7706 let appInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 0x00000080);
7707 let metaData = appInfo.metaData.value;
7708 if (null != metaData) {
7709 return metaData.getString(key);
7710 }
7711 return "...";
7712 }
7713 function hexdigest(paramArrayOfByte, algorithm) {
7714 const hexDigits = [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 97, 98, 99, 100, 101, 102];
7715 let localMessageDigest = Java.use("java.security.MessageDigest").getInstance(algorithm);

Callers 1

getApkInfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected