MCPcopy Create free account
hub / github.com/SySS-Research/hallucinate / java_detected

Function java_detected

hallucinate/script.py:18–21  ·  view source on GitHub ↗
(curh, p)

Source from the content-addressed store, hash-verified

16 script = session.create_script(scriptsrc)
17
18 def java_detected(curh, p):
19 if args.injectagentstartup:
20 return
21 java_attach_runtime(pid, curh, args)
22
23 sh = ScriptHandler(script, h, {
24 'detect-java': java_detected

Callers

nothing calls this directly

Calls 1

java_attach_runtimeFunction · 0.90

Tested by

no test coverage detected