Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Gallopsled/pwntools
/ cmdline
Method
cmdline
pwnlib/adb/adb.py:1170–1172 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1168
@property
1169
@context.quietfunc
1170
def
cmdline(self):
1171
root()
1172
return
read(
'/proc/cmdline'
).strip()
1173
1174
@property
1175
@context.quietfunc
Callers
3
findexe
Function · 0.80
match
Function · 0.80
cmdline
Function · 0.80
Calls
2
root
Function · 0.85
read
Function · 0.70
Tested by
no test coverage detected