"""Function that check if the magic bytes is recognised by the python packer.""" @abc.abstractmethod def unpacked(self, filename): """Function that unpacked the binary to python.""" class PyInstaller(PythonExectable): ''' EXE is created using CArchive instead of ZlibArchive: ...