Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
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
discoverClass
Function · 0.85
generateMethodHookJs
Function · 0.85
checkFile
Function · 0.85
class_exists
Function · 0.70
writeFileAsBase64Content
Function · 0.70
Tested by
no test coverage detected