pyinstaller¶
A typical layout of a PyInstaller-frozen Python Windows binary.¶
-
class
pydecipher.artifact_types.pyinstaller.ZlibArchive(zlibarchive_path_or_bytes: Union[str, os.PathLike, BinaryIO], output_dir: Optional[os.PathLike] = None, **kwargs) Pyinstaller ZlibArchive (.pyz)
-
class
ArchiveItem(value) The different types of entries in a ZlibArchive.
Look here for more info: https://github.com/pyinstaller/pyinstaller/blob/1844d69f5aa1d64d3feca912ed1698664a3faf3e/PyInstaller/loader/pyimod02_archive.py#L41
-
static
from_int(value)
-
static
-
class