FleTime 发表于 2021-6-24 15:34

Cutter 免费开源逆向工程平台

Cutter is a free and open-source reverse engineering platform powered by (https://github.com/rizinorg/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.

!(https://raw.githubusercontent.com/rizinorg/cutter/master/docs/source/images/screenshot.png)

## Learn more at (https://cutter.re).

## Getting Cutter
### Download

Cutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from (https://github.com/rizinorg/cutter/releases).

- **Linux**: Download the `.AppImage` file. Then make it executable and run as below or use (https://github.com/TheAssassin/AppImageLauncher).

    `chmod +x Cutter*.AppImage; ./Cutter*.AppImage`
- **macOS**: Download the `.dmg` file or use (https://github.com/Homebrew/homebrew-cask):

    `brew install --cask cutter`
- **Windows**: Download the `.zip` archive or use (https://chocolatey.org):

    `choco install cutter`

### Build from sources

To build Cutter from sources, please check the (https://cutter.re/docs/building.html).

### Docker image

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

## Documentation

### (https://cutter.re/docs/user-docs.html)

### (https://cutter.re/docs/contributing.html)

### (https://cutter.re/docs/contributing/code.html)

## 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 (https://github.com/rizinorg/rz-ghidra) 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.

**(https://github.com/rizinorg/cutter-plugins)**

**(https://cutter.re/docs/plugins.html)**

FleTime 发表于 2021-6-24 15:38



官方自带简体中文,
更多信息可前往官网查看:https://cutter.re
官方Github:https://github.com/rizinorg/cutter

yaoyao7 发表于 2021-6-25 09:24

cutter在F5的时候某些情况下跟IDA还是有些差距,比如在有自定义数据结构和内存分配的时候。但是其变量命名比IDA要好一些

godmessengers 发表于 2021-6-24 16:00

喜欢,很好很强大!

不知道改成啥 发表于 2021-6-24 16:15

这个支持.net吗?

tek2y 发表于 2021-6-25 01:20

这工具看起来挺不错的

超级大碰碰 发表于 2021-6-25 07:03

打开之后,怎么老是弹控制台出来呢?

gqdsc 发表于 2021-6-25 08:48

看起来非常强大就是不知道怎么使用{:1_908:}

kof8855 发表于 2021-6-25 09:27

界面好像不错。

一粒咖啡 发表于 2021-6-25 09:32

用过了,还得再熟悉熟悉
页: [1] 2 3
查看完整版本: Cutter 免费开源逆向工程平台