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 ...
立即登录 没有帐号,去注册 编辑仓库简介 简介内容 A helper script for unpacking and decompiling EXEs compiled from python code. 主页 取消 保存更改 1 https://gitee.com/zou_si_jia/python-exe-unpacker.git git@gitee.com:zou_si_jia/python-exe-unpacker.git zou_si_jia python-exe-unpacker python...
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...
This branch is up to date with WithSecureLabs/python-exe-unpacker:master.Folders and files Latest commit Luke Jennings License update 6c88e9b· Dec 4, 2017 History3 Commits LICENSE License update Dec 4, 2017 README.md Initial release Dec 4, 2017 pyinstxtractor.py Initial release Dec 4, ...
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...