mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* retdec: Add version 4.0 * Update bucket/retdec.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/retdec.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Replaced "env_add_path" with an array of "bin" * Added execution information * Update bucket/retdec.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/retdec.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
59 lines
2.2 KiB
JSON
59 lines
2.2 KiB
JSON
{
|
|
"version": "4.0",
|
|
"description": "A retargetable machine-code decompiler based on LLVM.",
|
|
"homepage": "https://github.com/avast/retdec",
|
|
"license": "MIT",
|
|
"notes": [
|
|
"You could install the following programs:",
|
|
" - UPX (Optional: if you want to use UPX unpacker in the preprocessing stage);",
|
|
" - Graphviz (Optional: if you want to generate call or control flow graphs)."
|
|
],
|
|
"suggest": {
|
|
"Python 3.4+": "python",
|
|
"Visual C++ Redistributable": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/avast/retdec/releases/download/v4.0/retdec-v4.0-windows-64b.7z",
|
|
"hash": "5fc667da3af3530cf3d393f96627987c3e46da62f4b426e78cdcc25a79416a31"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/avast/retdec/releases/download/v4.0/retdec-v4.0-windows-32b.7z",
|
|
"hash": "c9b6fc91007c2158209ac730d981a99006a960a27e3b0f54e5618872f34e1afe"
|
|
}
|
|
},
|
|
"extract_dir": "retdec",
|
|
"bin": [
|
|
"bin\\retdec-archive-decompiler.py",
|
|
"bin\\retdec-ar-extractor.exe",
|
|
"bin\\retdec-bin2llvmir.exe",
|
|
"bin\\retdec-bin2pat.exe",
|
|
"bin\\retdec-config.exe",
|
|
"bin\\retdec-decompiler.py",
|
|
"bin\\retdec-fileinfo.exe",
|
|
"bin\\retdec-fileinfo.py",
|
|
"bin\\retdec-getsig.exe",
|
|
"bin\\retdec-idb2pat.exe",
|
|
"bin\\retdec-llvmir2hll.exe",
|
|
"bin\\retdec-macho-extractor.exe",
|
|
"bin\\retdec-pat2yara.exe",
|
|
"bin\\retdec-signature-from-library-creator.py",
|
|
"bin\\retdec-stacofin.exe",
|
|
"bin\\retdec-unpacker.exe",
|
|
"bin\\retdec-unpacker.py",
|
|
"bin\\retdec-utils.py",
|
|
"bin\\retdec-yarac.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/avast/retdec/releases/download/v$version/retdec-v$version-windows-64b.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/avast/retdec/releases/download/v$version/retdec-v$version-windows-32b.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|