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

Function getClassName

js/param_hook.js:30–36  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

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

Callers 1

param_hook.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected