mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
35 lines
1007 B
JSON
35 lines
1007 B
JSON
{
|
|
"version": "2.0.5",
|
|
"description": "A Qt and C++ GUI for Rizin reverse engineering framework",
|
|
"homepage": "https://cutter.re",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rizinorg/cutter/releases/download/v2.0.5/Cutter-v2.0.5-x64.Windows.zip",
|
|
"hash": "5fd74940de6d7f3999d0ca4a7cbd947b9f14e8312d7270ce587448d1b67b3096",
|
|
"extract_dir": "cutter-v2.0.5-x64.Windows"
|
|
}
|
|
},
|
|
"bin": [
|
|
"cutter.exe",
|
|
"rizin.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"cutter.exe",
|
|
"Cutter"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/radareorg/cutter"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rizinorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip",
|
|
"extract_dir": "cutter-v$version-x64.Windows"
|
|
}
|
|
}
|
|
}
|
|
}
|