retdec python:一个Python库和工具可通过其REST API轻松访问retdec.com反编译服务 源码
retdec-python 警告 反编译服务将被禁用(请参阅)。 这将使当前存储库中的库和工具不起作用。 我将保持资源库在线,以防对任何人有帮助。 描述 Python库和工具可通过其公共轻松访问反编译服务。 您可以将库合并到自己的脚本中: from retdec . decompiler import Decompiler decompiler = Decompiler ( api_key = 'YOUR-API-KEY' ) decompilation = decompiler . start_decompilation ( input_file = 'file.exe' ) decompilation . wait_until_finished () decompilation . save_hll_code () 或者,您可以使用提供的脚本进行独立的反编译: $ decomp
文件列表
retdec-python-master.zip
(预估有个56文件)
retdec-python-master
MANIFEST.in
41B
.travis.yml
391B
README.rst
5KB
.coveragerc
295B
docs
quickstart.rst
3KB
retdec.rst
2KB
scripts.rst
7KB
conf.py
9KB
暂无评论