Skip to content

Releases: GeekNeo/CutterPlusPlus

Cutter++ v0.2.0

Choose a tag to compare

@GeekNeo GeekNeo released this 17 Jul 11:07

v0.2.0

Bug fixes:

  • prevent a crash from QEvent::InputMethodQuery event;

Improvements:

  • add a snippet edit for C++ REPL;
  • use ninja to build on Windows;
  • add a new API: cpu_goto;
  • add a new API: current_file();

Cutter++ v0.1.0

Choose a tag to compare

@GeekNeo GeekNeo released this 03 Jul 16:49

Cutter++ — Interactive Modern C++ for Binary Analysis

Cutter++ is a plugin for Cutter that brings an interactive C++ REPL directly into your reverse engineering workflow.

Instead of writing Python scripts or compiling native plugins, you can write and execute modern C++23 snippets against the currently opened binary in real time.

Powered by ICPP, Cutter++ turns C++ into a scripting language for reverse engineering.