"""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(Python
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} WithSecureLabs / python-exe-unpacker Public Notifications You must be signed in to change notification settings Fork 337 ...
Usage : Just copy this script to the directory where your exe resides and run the script with the exe file name as a parameter C:\path\to\exe\>python pyinstxtractor.py <filename> $ /path/to/exe/python pyinstxtractor.py <filename> ...
Python unpacker for LZ91 packed EXE files Current features Unpacks LZ91 EXEs Doesn't unpack LZ90 Tested on the commander keen series Usage ./unpacklzexe.py input.exe output.exe Previewing DOS headers ./header input.exe Output: Signature: MZ Last block size: 0x01D3 Number of blocks: 0x00...
python python_exe_unpack.py -i [malware.exe] pyinstaller A folder will be created with the original filename concatenated with "_extracted". For example: "malware.exe_extracted". The main python file that contains the logic will usually be the file without any extension (In the folder that...
Breadcrumbs python-exe-unpacker / pyinstxtractor.pyTop File metadata and controls Code Blame 350 lines (265 loc) · 12.1 KB Raw #!/usr/bin/python """ PyInstaller Extractor v1.8 (Supports pyinstaller 3.2, 3.1, 3.0, 2.1, 2.0) Author : Extreme Coders E-mail : extremecoders(at)hotmail(dot...