Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_elf
Function · 0.80
make_macho
Function · 0.80
asm
Function · 0.80
disasm
Function · 0.80
attach
Function · 0.80
_extract_debfile
Function · 0.80
cache_dir
Method · 0.80
_generate_ndk_project
Function · 0.80
mkdtemp
Function · 0.80
Calls
2
_decode
Function · 0.90
SSHPath
Class · 0.85
Tested by
no test coverage detected