Skip to content

Cutter 1.5

Compare
Choose a tag to compare
@xarkes xarkes released this 02 Jul 12:09

Cutter 1.5 release

Additions

  • Add QuickFilter to RelocsWidget
  • Readme/documentation update
  • Load radare script from Options Dialog
  • Distribute precompiled cutter_*.py files
  • Windows dist: moved r2 related data to subdir
  • Added a button "Version Information" in Dashboard (iVj)
  • CommentsWidget refactor
  • Reordered preferences panel
  • Dark theme improvements
  • Added copy address feature in graph/disasm
  • Added info about nullptr and connect() style (doc)
  • Added entropy to Section widget
  • Added message box when r_core_file_open fails
  • Disassembly improvements
  • Added ctrl+wheel zoom in graph view
  • Added forward/back functionality to mouse buttons
  • Disabled alignement to 0 in HexdumpWidget
  • Replaced placeholder icons in preferences window with SVGs
  • Graph improvements
  • Added headers widget
  • Added a panel for zignatures
  • Added possibility to have multiple graph/disasm/hexdump widgets
  • Added AsyncTask
  • Added AsyncTaskDialog
  • Added widget to view register values (debugger WIP)
  • Reset settings do not change selected architecture anymore
  • Added python dependencies notice for default building process
  • Added appstream XML file
  • Added shortcuts to change font-size in disassembly widget
  • Added a open file dialog
  • Fetch strings asynchronously
  • Run Commands from ConsoleWidget in AsyncTask
  • Disabled Console QLineEdit when task is running
  • Improved docker build guidelines and Dockerfile
  • Fetch functions asynchronously
  • Added possibility to have C++ plugins
  • Increased default graph maxcols
  • Added python _getentropy fix for macOS El Capitan
  • Updated radare2

Fixes

  • Refactor SymbolsWidget to use Model/View architecture
  • Refactor SectionsWidget to use Model/View architecture
  • Refactored Analysis Options
  • Fixed Entropy and base addr on Dashboard view
  • Fixed base address load option default value
  • Fixed switching between views in same offset
  • Fixed x-refs to Address
  • Fixed references to pkg-config in lib_radare2.pri for unix
  • Fixed weird widget priority behaviour and add message to empty graph
  • Fixed highlight color in xref dialog

Removals

  • Removed callgrind Macros
  • Removed Progress UI from OptionsDialog