Skip to content

2.1.0

Compare
Choose a tag to compare
@thestr4ng3r thestr4ng3r released this 26 Jun 14:19
· 194 commits to dev since this release

This version of Cutter is built with Rizin 0.4.0

Additions

  • Adds signatures widget for managing FLIRT signatures
  • Supports and bundles SigDB, a library of FLIRT signatures for commonly found libraries
    sigdb screenshot
  • Bundles the new Yara plugin to apply and create yara rules
    yara screenshot
  • Bundles Apple Swift demangler
    swift demangler screenshot
  • Adds option to fill missing bytes with nops when editing an instruction
    instruction patched with nops screenshot
  • Adds hexeditor option to write hex bytes
    hexeditor screenshot
  • Adds option to add comments directly from hexdump widget
    hexdump comment screenshot
  • Uses RzAnnotatedCode with JSDec for colored output with semantic information
    jsdec screenshot
  • Adds double click to seek to global variable in decompiler widget
  • Adds report issue button in "About"
  • Many internal rizin commands has been translated to their C equivalent
  • Enables console redirection on Windows

Bugfixes

  • Adds missing Rizin headers in Python bindings
  • Fixes gdbserver segfault