Downloads:
9,424
Downloads of v 1.9.0:
285
Last Update:
22 Sep 2019
Package Maintainer(s):
Software Author(s):
- radareorg
Tags:
cutter radare2 analysis reverse-engeneering forensics- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Cutter
This is not the latest version of Cutter available.
- 1
- 2
- 3
1.9.0 | Updated: 22 Sep 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,424
Downloads of v 1.9.0:
285
Maintainer(s):
Software Author(s):
- radareorg
Cutter 1.9.0
This is not the latest version of Cutter available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by radareorg. The inclusion of radareorg trademark(s), if any, upon this webpage is solely to identify radareorg goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Cutter, run the following command from the command line or from PowerShell:
To upgrade Cutter, run the following command from the command line or from PowerShell:
To uninstall Cutter, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download cutter --internalize --version=1.9.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade cutter -y --source="'INTERNAL REPO URL'" --version="'1.9.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade cutter -y --source="'INTERNAL REPO URL'" --version="'1.9.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install cutter
win_chocolatey:
name: cutter
version: '1.9.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'cutter' do
action :install
source 'INTERNAL REPO URL'
version '1.9.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller cutter
{
Name = "cutter"
Version = "1.9.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cutter':
ensure => '1.9.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 26 Sep 2019.
Cutter is a free and open-source GUI for radare2 reverse engineering framework. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.
$doDeleteCfg = Read-Host "Do you wish to delete your configuration profile? (Y/n)"
if (!$doDeleteCfg -or $doDeleteCfg.Contains("y")) {
Remove-Item -Path "$env:APPDATA\\RadareOrg\\*cutter*" -Recurse -ErrorAction SilentlyContinue
}
$shortcutName = "\Cutter.lnk"
Remove-Item -Path $([Environment]::GetFolderPath("Desktop") + $shortcutName) -ErrorAction SilentlyContinue
Remove-Item -Path $([Environment]::GetFolderPath("StartMenu") + $shortcutName) -ErrorAction SilentlyContinue
Log in or click on link to see number of positives.
- opengl32.dll (963641a718f9) - ## / 72
- libGLESV2.dll (a0a734f16490) - ## / 66
- Qt5Gui.dll (7d734b80bc11) - ## / 69
- Qt5Network.dll (12edffe5be2d) - ## / 70
- Qt5Svg.dll (79cc07977f7b) - ## / 67
- Qt5Widgets.dll (416885c5c9f3) - ## / 68
- libEGL.dll (61973359c6f6) - ## / 68
- qgenericbearer.dll (e9918f4b3023) - ## / 71
- qsvgicon.dll (1c36f2b40766) - ## / 68
- qgif.dll (d1ecb5c2cb54) - ## / 69
- qicns.dll (47c4623f6f48) - ## / 67
- qico.dll (7f6b7e0fe4d5) - ## / 71
- qjpeg.dll (086f5f2b270b) - ## / 67
- qsvg.dll (0c8ed08ea440) - ## / 69
- qtga.dll (5086d017b9bc) - ## / 67
- qtiff.dll (081d4279f38f) - ## / 67
- qwbmp.dll (9948cfa5a405) - ## / 71
- qwebp.dll (988675f1108c) - ## / 67
- qwindows.dll (ac6efd832ddc) - ## / 69
- qwindowsvistastyle.dll (904b32ede833) - ## / 68
- d3dcompiler_43.dll (4b074a397639) - ## / 73
- Cutter-v1.9.0-x64.Windows.zip (5dc2d2199f0e) - ## / 57
- cutter.1.9.0.nupkg (0902b1bccb68) - ## / 59
- core_ghidra.dll (d23454581545) - ## / 69
- core_pdd.dll (5e2eca78a2e8) - ## / 70
- cutter.exe (d4707b66ed07) - ## / 66
- libeay32.dll (fe5f561ccd35) - ## / 71
- pyside2.dll (2627c21b05a8) - ## / 65
- python3.dll (d1ddf75d2c35) - ## / 71
- python36.dll (aba20db313e3) - ## / 66
- python36.zip (73c8457b6073) - ## / 60
- Qt5Core.dll (9fe82896e108) - ## / 71
- r_anal.dll (95647bc5cb88) - ## / 69
- r_asm.dll (620f68407ba0) - ## / 69
- r_bin.dll (7314e457daa8) - ## / 68
- r_bp.dll (9774d76f049a) - ## / 69
- r_config.dll (3a2308558b8c) - ## / 70
- r_cons.dll (76f15caf8731) - ## / 63
- r_core.dll (beb9a5dd85da) - ## / 70
- r_crypto.dll (237cfc8155f5) - ## / 70
- r_debug.dll (c2815f188571) - ## / 69
- r_egg.dll (1bc6ece5240b) - ## / 69
- r_flag.dll (c984c7525ff6) - ## / 68
- r_fs.dll (7f3ae2b7688f) - ## / 70
- r_hash.dll (f116e01ba1f5) - ## / 70
- r_io.dll (4e71ef4eccd3) - ## / 70
- r_lang.dll (45431d16556d) - ## / 68
- r_magic.dll (a5169a1791ea) - ## / 70
- r_main.dll (bfcf468a09af) - ## / 69
- r_parse.dll (228f2c3f834e) - ## / 69
- r_reg.dll (393ae5d435c5) - ## / 69
- r_search.dll (d43dc91bb525) - ## / 69
- r_socket.dll (856f8380762e) - ## / 67
- r_syscall.dll (77fa37db47fc) - ## / 70
- r_util.dll (0eedfd647609) - ## / 70
- shiboken2.dll (712de277e8be) - ## / 66
- sqlite3.dll (2c3bf66a2244) - ## / 70
- ssleay32.dll (3d070a796ebd) - ## / 71
- vc_redist.x64.exe (2ce520799c1e) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Cutter 2.2.1 | 2540 | Tuesday, June 20, 2023 | Approved | |
Cutter 2.1.1 | 1314 | Monday, September 12, 2022 | Approved | |
Cutter 2.1.0 | 415 | Friday, July 22, 2022 | Approved | |
Cutter 2.0.4 | 1185 | Friday, November 26, 2021 | Approved | |
Cutter 2.0.3 | 408 | Saturday, September 25, 2021 | Approved | |
Cutter 2.0.2 | 468 | Friday, July 30, 2021 | Approved | |
Cutter 1.12.0 | 1444 | Thursday, September 3, 2020 | Approved | |
Cutter 1.11.1 | 194 | Tuesday, August 18, 2020 | Approved | |
Cutter 1.11.0 | 229 | Saturday, July 25, 2020 | Approved | |
Cutter 1.10.3 | 278 | Saturday, May 16, 2020 | Approved | |
Cutter 1.10.2 | 128 | Saturday, May 16, 2020 | Approved | |
Cutter 1.10.1 | 135 | Saturday, May 16, 2020 | Approved | |
Cutter 1.10.0 | 401 | Saturday, December 21, 2019 | Approved | |
Cutter 1.9.0 | 285 | Sunday, September 22, 2019 | Approved |
2017-2019 cutter radareorg
This release comes bundled with the r2ghidra Decompiler. Enjoy r2con 2019!
Additions
- Bundle r2ghidra-dec
- Select highlighted variable in EditVariablesDialog if possible. (#1727)
- Allow seeking in unsynchronized widgets using 'g'. (#1731)
- Decompiler Auto-Refresh (#1724)
- Make Decompilation asynchronous (#1721)
- Add context menu entries for target address (#1712)
- Add context menu to PseudocodeWidget (#1702)
- Graphviz based graph layout (#1691)
- Graph edge highlight (#1693)
- Added QtVersion inside AboutDialog
- Updated DisasWidget zoom shortcuts
- Remember last selected Decompiler
- Add Plugin Interface for Decompilers
- Add a generic Decompiler interface and remove pdc (#1659)
- Add scrolling to DisassemblyWidget left panel
- Sync PseudocodeWidget with Seek (#1648)
- Use KSyntaxHighlighting (#1645)
- Add Loading ~/.cutterrc (#1644)
Fixes and Changes
- Rename PseudoCode widget to Decompiler (#1728)
- Center Rename Dialogs (#1743)
- Update radare2 to 3.8.0
- Fix unnecessary Auto-Decompile on Seek (#1734)
- Read global offset when opening a new hexdump widget. (#1732)
- Common behaviour for lists with items that have address (#1700, #1718)
- Increase asm.tabs indention
- Fix Main Task Synchronization (#1723)
- Fix Disassembly widget focus detection. (#1720)
- Refactor Decompiled Code Structure (#1717)
- Fix Segfault after changing Decompiler (Fix #1705) (#1715)
- Restore cursor after making empty selection. (#1714)
- Don't interpret data as code in xrefs from table. (#1710)
- Improve InitialOptionsDialog and modify UI terminology for analysis (#1669)
- Fix out of bounds memory access. (#1697)
- Fixed file name display in new file dialog (#1675)
- Allow returning to top level in sdb widget. (#1696)
- Fix memory leak in sdbListKeys. (#1695)
- Fix ClassesWidget sorting by vtable offset (#1686)
- Transfer zoom events from overview to main graph. (#1685)
- Use bundled radare2 as ExternalProject in cmake (#1674)
- Don't use scr.html in CommandTask (#1683)
- Fix arrow offset when scrolling with arrows or zooming in. (#1677)
- Docker: Move to alpine; Use multistage building
- Rewrite raise memory widget functionality (#1654)
- Unify preferences layouts (#1670)
- Use more specific stylesheet selecters. (#1668)
- Adjust arrow offset calculation.
- Make penSizePix thinner
- Improve arrow widget
- First implementation of new disassembly widget
- Make Syntax Highlighter react to Theme Changes (#1650)
This package has no dependencies.
Ground Rules:
- This discussion is only about Cutter and the Cutter package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Cutter, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.