MCPcopy
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

findexeFunction · 0.80
matchFunction · 0.80
cmdlineFunction · 0.80

Calls 2

rootFunction · 0.85
readFunction · 0.70

Tested by

no test coverage detected