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

Function classExists

js/android_ui.js:16–25  ·  view source on GitHub ↗
(className)

Source from the content-addressed store, hash-verified

14};
15loadDexfile('/data/local/tmp/radar.dex');
16function classExists(className) {
17 var exists = false;
18 try {
19 var clz = Java.use(className);
20 exists = true;
21 } catch(err) {
22 //console.log(err);
23 }
24 return exists;
25};
26
27function getClassName(obj) {
28 if (obj.getClass) {

Callers 1

checkLoadDexFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected