MCPcopy Create free account
hub / github.com/CreditTone/hooker / rpc.js

File rpc.js

js/rpc.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function mkdirs(dirpath) {
2 var FileClz = Java.use("java.io.File");
3 var file = FileClz.$new(dirpath);
4 if (!file.exists()) {

Callers

nothing calls this directly

Calls 5

discoverClassFunction · 0.85
generateMethodHookJsFunction · 0.85
checkFileFunction · 0.85
class_existsFunction · 0.70
writeFileAsBase64ContentFunction · 0.70

Tested by

no test coverage detected