Releases: rizinorg/cutter
Releases · rizinorg/cutter
Cutter 1.3
Cutter 1.3
Additions
- Added Jupyter Notebook integration
- Added python bindings to Jupyter (
import cutter; cutter.cmd('pd 10')
) - Added basic search capability
- Improved color handling (splitted Qt Theme and Disassembly Theme)
- Added option to set
anal.bb.maxsize
- Added Types widget
- Added Virtual Tables widget
- Added Resources widget
- Added a
build.sh
script for easier building - Added option to nop instructions
- Added
ahb
(bits selection) for current instruction (Useful for arm/thumb, etc.) - Added highlight for main function in functions panel
- Added
asm.fcnlines
option - Added radare2 plugins information in About window
Fixes
- Fixed byte/instruction edition (write mode)
- Fixed colors on Windows
- Fixed a segfault when closing the LoadOptions dialog
- Improved loading to match radare2 behaviour
- Made HexdumpWidget more resizable
- Fixed sorting in Strings widget
- Fixed double click in Sections widget
- Fixed dark theme handling and logo color for NewFile dialog
- Adjusted Omnibar size and padding
- Improved graph view
- Made the AnalThread interruptable
Deletion
- Removed old NotepadWidget in favor of Jupyter Notebook
Cutter 1.2
v1.2 Cutter 1.2 release (radare2 updated to 2.3.0)
Cutter 1.1
Cutter Christmas release.
- Many improvements and bugfixes
Cutter 1.0
This is the first release of Cutter
v1.0-alpha
Cutter testing release.