MCPcopy Create free account
hub / github.com/CreditTone/hooker / checkLoadDex

Function checkLoadDex

js/param_hook.js:10–17  ·  view source on GitHub ↗
(className, dexfile)

Source from the content-addressed store, hash-verified

8};
9
10function checkLoadDex(className, dexfile) {
11 Java.perform(function() {
12 if (!classExists(className)) {
13 Java.openClassFile(dexfile).load();
14 console.log("load " + dexfile);
15 }
16 });
17};
18
19function classExists(className) {
20 var exists = false;

Callers

nothing calls this directly

Calls 1

classExistsFunction · 0.70

Tested by

no test coverage detected