INNER CODE UNIT · JavaScript

setGlobalObjects

SuperMonster003/Ant-Forest · ant-forest-launcher.js:65

        function setGlobalObjects() {
            global.$$flag = {
                autojsHasRoot: appx.hasRoot(),
                autojsHasSecure: appx.hasSecure(),
            };

            global.$$cfg = Object.assign({},
                storagesx['@default'].af,
                storagesx.af_cfg.get('config'));

            global.$$db = db.create('af', { alterType: 'union' });

            global.$$app = {
                developer: String.unTap(`434535154232343343441542${'\x33'.padStart(6, '0')}`),
                rankListTitle: String.unEsc('2615FE0F0020597D53CB6392884C699C'),
                taskName: String.unEsc('8682868168EE6797').surround('"'),
                isInitScreenOn: devicex.isInitScreenOn,
                initForegroundPackageName: currentPackage(),

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…