Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Nuitka Extractor

Nuitka extractor is a tool to extract nuitka compiled Python executables. In particular only onefile (single file) executables are supported. The tool can extract both Windows PE as well as Linux ELF binaries.

Nuitka compiles Python code to native code. A nuitka compiled executable doesn't contain pyc file. Hence this tool can only extract DLLs, shared libraries and other binary assets embedded in the executable.

Usage

Precompiled binaries can be downloaded from releases.

Simply pass the path to the file as an argument.

$ ./nuitka-extractor <file name>
X:\> nuitka-extractor.exe <file name>

ToDo

  • Signed PE execuables are not yet supported. Strip the certificate before extraction.

License

Nuitka extractor is released under the MIT license.

关于 About

Tool to extract nuitka compiled executables
extractornuitkapythonunpacker

语言 Languages

Go100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
2
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors