Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IOActive/jdwp-shellifier
/ functions
Functions
41 in github.com/IOActive/jdwp-shellifier
⨍
Functions
41
◇
Types & classes
1
↓ 19 callers
Method
read_reply
(self)
jdwp-shellifier.py:94
↓ 18 callers
Method
create_packet
(self, cmdsig, data="")
jdwp-shellifier.py:85
↓ 18 callers
Method
format
(self, fmt, value)
jdwp-shellifier.py:157
↓ 8 callers
Method
parse_entries
(self, buf, formats, explicit=True)
jdwp-shellifier.py:111
↓ 4 callers
Method
get_method_by_name
(self, name)
jdwp-shellifier.py:278
↓ 4 callers
Method
unformat
(self, fmt, value)
jdwp-shellifier.py:165
↓ 3 callers
Method
get_class_by_name
(self, name)
jdwp-shellifier.py:260
↓ 3 callers
Method
get_methods
(self, refTypeId)
jdwp-shellifier.py:266
↓ 3 callers
Method
query_thread
(self, threadId, kind)
jdwp-shellifier.py:365
↓ 2 callers
Method
createstring
(self, data)
jdwp-shellifier.py:307
↓ 2 callers
Method
invokestatic
(self, classId, threadId, methId, *args)
jdwp-shellifier.py:330
↓ 2 callers
Method
readstring
(self, data)
jdwp-shellifier.py:316
↓ 2 callers
Method
resumevm
(self)
jdwp-shellifier.py:325
↓ 2 callers
Method
solve_string
(self, objId)
jdwp-shellifier.py:357
↓ 1 callers
Method
allclasses
(self)
jdwp-shellifier.py:246
↓ 1 callers
Method
allthreads
(self)
jdwp-shellifier.py:225
↓ 1 callers
Method
buildstring
(self, data)
jdwp-shellifier.py:313
↓ 1 callers
Method
clear_event
(self, eventCode, rId)
jdwp-shellifier.py:394
↓ 1 callers
Method
getversion
(self)
jdwp-shellifier.py:201
↓ 1 callers
Method
handshake
(self, host, port)
jdwp-shellifier.py:181
↓ 1 callers
Method
idsizes
(self)
jdwp-shellifier.py:215
↓ 1 callers
Method
invoke
(self, objId, threadId, classId, methId, *args)
jdwp-shellifier.py:343
↓ 1 callers
Method
leave
(self)
jdwp-shellifier.py:197
↓ 1 callers
Method
parse_event_breakpoint
(self, buf, eventId)
jdwp-shellifier.py:410
↓ 1 callers
Function
runtime_exec
(jdwp, args)
jdwp-shellifier.py:421
↓ 1 callers
Function
runtime_exec_info
(jdwp, threadId)
jdwp-shellifier.py:491
↓ 1 callers
Function
runtime_exec_payload
(jdwp, threadId, runtimeClassId, getRuntimeMethId, command)
jdwp-shellifier.py:558
↓ 1 callers
Method
send_event
(self, eventCode, *args)
jdwp-shellifier.py:380
↓ 1 callers
Method
start
(self)
jdwp-shellifier.py:174
↓ 1 callers
Function
str2fqclass
(s)
jdwp-shellifier.py:605
↓ 1 callers
Method
wait_for_event
(self)
jdwp-shellifier.py:406
Method
__init__
(self, host, port=8000)
jdwp-shellifier.py:77
Method
clear_events
(self)
jdwp-shellifier.py:401
Method
get_thread_by_name
(self, name)
jdwp-shellifier.py:236
Method
getfields
(self, refTypeId)
jdwp-shellifier.py:285
Method
getvalue
(self, refTypeId, fieldId)
jdwp-shellifier.py:297
Method
resume_thread
(self, threadId)
jdwp-shellifier.py:377
Method
status_thread
(self, threadId)
jdwp-shellifier.py:374
Method
suspend_thread
(self, threadId)
jdwp-shellifier.py:371
Method
suspendvm
(self)
jdwp-shellifier.py:320
Method
version
(self)
jdwp-shellifier.py:212