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

Function getClassName

js/android_ui.js:27–33  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

25};
26
27function getClassName(obj) {
28 if (obj.getClass) {
29 return obj.getClass().getName();
30 }
31 var javaObject = Java.use("java.lang.Object");
32 return Java.cast(obj, javaObject).getClass().getName();
33}
34
35//str1是否包含str2,str2可用正则表示
36function contains(str1, str2) {

Callers 1

store_objectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected