MCPcopy
hub / github.com/Gallopsled/pwntools / mkdtemp

Method mkdtemp

pwnlib/filesystem/ssh.py:791–793  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

789
790 @classmethod
791 def mkdtemp(self):
792 temp = _decode(context.ssh_session.mkdtemp())
793 return SSHPath(temp, ssh=context.ssh_session)
794
795__all__ = ['SSHPath']

Callers 9

make_elfFunction · 0.80
make_machoFunction · 0.80
asmFunction · 0.80
disasmFunction · 0.80
attachFunction · 0.80
_extract_debfileFunction · 0.80
cache_dirMethod · 0.80
_generate_ndk_projectFunction · 0.80
mkdtempFunction · 0.80

Calls 2

_decodeFunction · 0.90
SSHPathClass · 0.85

Tested by

no test coverage detected