cutter

Free and Open Source Reverse Engineering Platform powered by rizin

GPL-3.0 License

Stars
15.2K
Committers
200

Bot releases are hidden (Show)

cutter - 2.3.4 Latest Release

Published by XVilka 8 months ago

  • Use Rizin 0.7.1
  • Fix multiple crashes due to the incorrect rz_iterator API use for analysis information retrieval.
cutter - 2.3.4-rc1

Published by XVilka 8 months ago

Use Rizin 0.7.1

cutter - 2.3.3

Published by XVilka 8 months ago

  • Use Rizin 0.7.0
  • Highlight matching braces in decompiler view
  • Scrolling performance improvements
  • Added Urdu translation
  • Added Bengali translation
  • Added Vietnamese translation
  • Added Korean translation
  • Improved Finnish translation
cutter - 2.3.3-rc1

Published by XVilka 8 months ago

Use Rizin 0.7.0

cutter - 2.3.2

Published by XVilka about 1 year ago

  • Use Rizin 0.6.2
  • Seek to first call if multiple references
  • Complete Persian translation
  • Improved Chinese, German translations
cutter - 2.3.1

Published by XVilka about 1 year ago

  • Use Rizin 0.6.1
  • Complete Portuguese translation
  • Improved French, Arabic, Ukrainian translations
cutter - 2.3.0

Published by XVilka about 1 year ago

  • Use Rizin v0.6.0
  • Fix arrows calculation when disassembly contains multiline output
  • Added basefind tool
  • Added support for creating and modifying global variables
  • Implemented RzIL statements graph
  • Show disassembly var tooltips with known values while debugging
  • Update translations
cutter - 2.3.0-rc1

Published by XVilka about 1 year ago

Use Rizin v0.6.0

cutter - 2.2.1

Published by XVilka over 1 year ago

  • Use Rizin 0.5.2
  • Get rid of stale jump arrows in the disassembly widget after code modification
  • Fix the Rizin graphs widget
  • Complete Hindi translation
  • Complete Japanese translation
  • Complete Spanish translation
  • Complete French translation
  • Initial Ukrainian translation
cutter - v2.2.1-rc1

Published by XVilka over 1 year ago

  • Use Rizin 0.5.2
  • Get rid of stale jump arrows in the disassembly widget after code modification
  • Fix the Rizin graphs widget
  • Complete Hindi translation
  • Complete Japanese translation
  • Complete Spanish translation
  • Complete French translation
  • Initial Ukrainian translation
cutter - 2.2.0

Published by XVilka over 1 year ago

This version of Cutter is built with Rizin 0.5.0/0.5.1

This release mostly focuses on fixing various issues with analysis and user interface. Qt6 compatibility was also improved.

Thanks to many changes in rizin and rz-ghidra, the stack analysis was greatly improved.

Chinese, Russian, and German translations were extensively updated.

Due to the rare use of Breakpad-based crash reporting, this feature was removed to ease maintenance.

cutter - v2.2.0-rc2

Published by XVilka over 1 year ago

cutter - v2.2.0-rc1

Published by XVilka over 1 year ago

Use Rizin v0.5.1

cutter - 2.1.2

Published by thestr4ng3r about 2 years ago

This release is identical to 2.1.1, except that the version of Cutter displayed has been corrected.

cutter - 2.1.1

Published by thestr4ng3r about 2 years ago

This is a hotfix release built on top of Rizin 0.4.1.

Changes and Fixes

  • Generate and deploy a real source tarball including submodule contents (Fix #2878) (#3036)
  • Fix build on 32-bit systems. (#3032)
  • Do not check "Built from source" in bug report template by default.
  • Memory leak fix in basic block highlighter.
  • Construct and destruct CutterCore singleton locally (Fix #2704) (#2994)
  • Remove direct download from update check (#2989)
  • Update rizin to stable v0.4.1
cutter - v2.1.1-rc1

Published by thestr4ng3r about 2 years ago

cutter - 2.1.0

Published by thestr4ng3r over 2 years ago

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
cutter -

Published by thestr4ng3r over 2 years ago

cutter -

Published by thestr4ng3r over 2 years ago

cutter - 2.0.5

Published by thestr4ng3r almost 3 years ago

Additions and Changes

  • Rizin updated to 0.3.4
  • Use Rizin API for Comments and Instruction writing (#2856)
  • Support for previewing in the Graph widget (#2797)
  • Update analysis method handling for name/realname (#2843)