@Jolyne_AI: 做二进制分析或恶意软件逆向,商业工具动辄上千元授权;免费工具又常常界面劝退、上手成本高。 不妨试试 Cutter:一款开源逆向工程平台,直接给你一套专业级、完全免费的分析环境。 它有清晰直观的可视化界面,同时支持 Python / C++…

X AI KOLs Timeline 工具

摘要

Cutter是一款开源逆向工程平台,提供专业级、免费的分析环境,支持多平台二进制分析和插件扩展。

做二进制分析或恶意软件逆向,商业工具动辄上千元授权;免费工具又常常界面劝退、上手成本高。 不妨试试 Cutter:一款开源逆向工程平台,直接给你一套专业级、完全免费的分析环境。 它有清晰直观的可视化界面,同时支持 Python / C++ 插件扩展,还能集成 Ghidra 反编译器等高级能力,把“能用”升级为“好用”。 GitHub:https://github.com/rizinorg/cutter 主要功能: - 覆盖多平台二进制分析:PE、ELF、Mach-O 等常见格式 - 图形化操作更直观,显著降低学习门槛 - 反汇编、十六进制视图、函数图等分析视图一站式集成 - 支持 Python / C++ 插件开发,轻松扩展与定制流程 - 内置调试器与脚本引擎,便于动态分析与自动化 - 开源生态插件丰富,支持 Ghidra 反编译器集成等增强能力 支持 Linux、macOS、Windows,可通过包管理器安装或直接下载预编译版本即开即用。
查看原文
查看缓存全文

缓存时间: 2026/07/03 06:32

做二进制分析或恶意软件逆向,商业工具动辄上千元授权;免费工具又常常界面劝退、上手成本高。

不妨试试 Cutter:一款开源逆向工程平台,直接给你一套专业级、完全免费的分析环境。

它有清晰直观的可视化界面,同时支持 Python / C++ 插件扩展,还能集成 Ghidra 反编译器等高级能力,把“能用”升级为“好用”。

GitHub:https://github.com/rizinorg/cutter

主要功能:

  • 覆盖多平台二进制分析:PE、ELF、Mach-O 等常见格式
  • 图形化操作更直观,显著降低学习门槛
  • 反汇编、十六进制视图、函数图等分析视图一站式集成
  • 支持 Python / C++ 插件开发,轻松扩展与定制流程
  • 内置调试器与脚本引擎,便于动态分析与自动化
  • 开源生态插件丰富,支持 Ghidra 反编译器集成等增强能力

支持 Linux、macOS、Windows,可通过包管理器安装或直接下载预编译版本即开即用。


rizinorg/cutter

Source: https://github.com/rizinorg/cutter

Cutter logo

Cutter

Cutter is a free and open-source reverse engineering platform powered by rizin. It aims at being an advanced and customizable reverse engineering platform while keeping the user experience in mind. Cutter is created by reverse engineers for reverse engineers.

Cutter CI Build status

Screenshot

Learn more at cutter.re.

Getting Cutter

Download

Cutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from GitHub Releases.

  • Linux: If your distribution provides it, check for cutter package in your package manager (or cutter-re / rz-cutter). If not available there, we have setup repositories in OBS for some common distributions. Look at https://software.opensuse.org/package/cutter-re and follow the instructions there. Otherwise download the .AppImage file from our release, make it executable and run as below or use AppImageLauncher.

    chmod +x Cutter*.AppImage; ./Cutter*.AppImage

  • macOS: Download the .dmg file or use Homebrew Cask:

    brew install --cask cutter

  • Windows: Download the .zip archive, or use either Chocolatey or Scoop:

    choco install cutter

    scoop bucket add extras followed by scoop install cutter

Build from sources

To build Cutter from sources, please check the Building Docs.

Docker image

To deploy cutter using a pre-built Dockerfile, it’s possible to use the provided configuration. The corresponding README.md file also contains instructions on how to get started using the docker image with minimal effort.

Documentation

User Guide

Contribution Guidelines

Developers Docs

Plugins

Cutter supports both Python and Native C++ plugins.

Our community has built many plugins and useful scripts for Cutter such as the native integration of Ghidra decompiler or the plugin to visualize DynamoRIO code coverage. You can find a list of cutter plugins linked below. Feel free to extend it with your own plugins and scripts for Cutter.

Official & Community Plugins

Plugins Development Guide

Getting Help

Please use the following channels to ask for help from Cutter developers and community:

  • Telegram: https://t.me/cutter_re
  • Mattermost: https://im.rizin.re
  • IRC: #cutter on https://web.libera.chat/
  • Twitter: @cutter_re

相似文章

@cevenif: GitHub上挖到个宝藏:TaskExplorer——专业级进程分析工具。随便点一个进程,线程堆栈、内存、文件句柄、网络Socket全部摊开给你看,一屏全搞定。 磁盘读写位置、网络速率实时刷新,还能直接注入或卸载DLL模块。这功能密度,任…

X AI KOLs Timeline

TaskExplorer 是一个开源的进程分析工具,提供线程堆栈、内存编辑、文件句柄、网络Socket等专业功能,支持DLL注入/卸载,基于Qt和SystemInformer驱动,适用于Windows系统监控与性能排查。

@daweifs: 免费 Bloomberg 杀手!Fincept Terminal GitHub 23.8k+ Star 爆火开源金融终端,普通人也能用上华尔街专业工具! 核心亮点: 1.纯 C++20 原生开发,丝滑不卡顿 2. 37个AI代理(巴菲特、…

X AI KOLs Timeline

Fincept Terminal 是一个免费开源的金融终端,采用 C++20 开发,集成 37 个 AI 代理(模拟巴菲特、芒格等投资大师)和 100+ 实时数据源,提供专业图表、量化回测和风险分析功能,目标是成为 Bloomberg 的免费替代品。

@waveking1314: 卧槽兄弟们,GitHub 上真的有一堆免费到离谱的项目。 很多能力已经能直接干掉你正在月付的软件。 1. TradingAgents AI 多 Agent 量化交易框架 https://github.com/TauricResearch/…

X AI KOLs Timeline

推荐10个高质量的GitHub开源项目,涵盖量化交易、AI聊天、视频生成、金融终端、短视频制作、邮件助手、声音克隆、OSINT分析、AI技能库和API集成平台,很多可以作为付费软件的免费替代品。