Skip to content

Cutter 1.6 - Codename "Arterial Incision"

Compare
Choose a tag to compare
@thestr4ng3r thestr4ng3r released this 14 Jul 20:28

Cutter 1.6 - Codename "Arterial Incision"

This is a smaller release than 1.5 with the primary goal to fix a bug on Windows, which caused the Functions, Strings and Console widgets to be unusable.

Additions

  • Updated radare2 to a98557b (after 2.7.0)
  • Use p- in VisualNavbar
  • Optimize VisualNavbar Stats Loading
  • Save last clicked tab in NewFileDialog
  • Added IO list to NewFileDialog
  • Enable sorting for plugin lists (#566)
  • AppVeyor: optimize python modules (#569)

Fixes:

  • Fixed unusable Functions, Strings and Console widgets on Windows by recent changes in radare2
  • Fix #562, replace ?d. by aod
  • Docker: Fix typo in README.md, travis: fix image name (#564)
  • Remove unnecessary newline from VisualNavbar tooltip
  • Fix dont open any file option
  • Fix unwanted jumping from Hexdump to Disassembly
  • Fix empty IO
  • Fix HexDump HTML issues
  • Reorder starting AnalTask and showing Dialog
  • Do not show MainWindow if loading failed
  • Initialize settings earlier and disable jmptbl (#576)
  • Exclude python libs when using linuxdeployqt
  • Set r2 prefix before r_core_loadlibs()