{"id":13441591,"url":"https://github.com/rizinorg/cutter","last_synced_at":"2025-05-13T20:03:50.480Z","repository":{"id":36985291,"uuid":"104732438","full_name":"rizinorg/cutter","owner":"rizinorg","description":"Free and Open Source Reverse Engineering Platform powered by rizin","archived":false,"fork":false,"pushed_at":"2025-05-06T17:55:08.000Z","size":15767,"stargazers_count":16459,"open_issues_count":508,"forks_count":1190,"subscribers_count":303,"default_branch":"dev","last_synced_at":"2025-05-06T19:52:00.347Z","etag":null,"topics":["cutter","debugger","gui","reverse-engineering","security"],"latest_commit_sha":null,"homepage":"https://cutter.re","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rizinorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"rizinorg"}},"created_at":"2017-09-25T09:50:51.000Z","updated_at":"2025-05-06T17:55:08.000Z","dependencies_parsed_at":"2024-03-18T15:11:10.490Z","dependency_job_id":"19a947e1-4437-4d9a-9679-c7a785af1baf","html_url":"https://github.com/rizinorg/cutter","commit_stats":{"total_commits":2504,"total_committers":210,"mean_commits":"11.923809523809524","dds":0.7460063897763578,"last_synced_commit":"8251f7ec681d91f53c2e0b3967fb69fd5de46b29"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizinorg%2Fcutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizinorg%2Fcutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizinorg%2Fcutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizinorg%2Fcutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rizinorg","download_url":"https://codeload.github.com/rizinorg/cutter/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253542426,"owners_count":21924810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cutter","debugger","gui","reverse-engineering","security"],"created_at":"2024-07-31T03:01:35.825Z","updated_at":"2025-05-13T20:03:50.459Z","avatar_url":"https://github.com/rizinorg.png","language":"C++","funding_links":["https://github.com/sponsors/rizinorg"],"categories":["C++","IR Tools Collection","HarmonyOS","Applications","\u003ca name=\"cpp\"\u003e\u003c/a\u003eC++","Tools","C++ (225)","杀毒免杀、逆向工程","Blue Team","gui","Firmware Security","🔧 Packages"],"sub_categories":["Sandboxing/Reversing Tools","Windows Manager","Security","Reverse Engineering Tools","网络服务_其他","Reverse Engineering","⚡ Debugging"],"readme":"\u003cimg width=\"150\" height=\"150\" align=\"left\" style=\"float: left; margin: 0 10px 0 0;\" alt=\"Cutter logo\" src=\"https://raw.githubusercontent.com/rizinorg/cutter/dev/src/img/cutter.svg?sanitize=true\"\u003e\n\n# Cutter\n\nCutter is a free and open-source reverse engineering platform powered by [rizin](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.  \n\n[![Cutter CI](https://github.com/rizinorg/cutter/workflows/Cutter%20CI/badge.svg)](https://github.com/rizinorg/cutter/actions?query=workflow%3A%22Cutter+CI%22)\n[![Build status](https://ci.appveyor.com/api/projects/status/tn7kttv55b8wf799/branch/dev?svg=true)](https://ci.appveyor.com/project/rizinorg/cutter/branch/dev)\n\n![Screenshot](https://raw.githubusercontent.com/rizinorg/cutter/dev/docs/source/images/screenshot.png)\n\n## Learn more at [cutter.re](https://cutter.re).\n\n## Getting Cutter\n### Download\n\nCutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from [GitHub Releases](https://github.com/rizinorg/cutter/releases).\n\n- **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](https://openbuildservice.org/) for some common distributions. Look at [https://software.opensuse.org/package/cutter-re](https://software.opensuse.org/download/package?package=cutter-re\u0026project=home%3ARizinOrg) and follow the instructions there. Otherwise download the `.AppImage` file from our release, make it executable and run as below or use [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher).\n\n    `chmod +x Cutter*.AppImage; ./Cutter*.AppImage`\n- **macOS**: Download the `.dmg` file or use [Homebrew Cask](https://github.com/Homebrew/homebrew-cask):\n\n    `brew install --cask cutter`\n- **Windows**: Download the `.zip` archive, or use either [Chocolatey](https://chocolatey.org) or [Scoop](https://scoop.sh/):\n\n    `choco install cutter`\n    \n    `scoop bucket add extras` followed by `scoop install cutter`\n\n### Build from sources\n\nTo build Cutter from sources, please check the [Building Docs](https://cutter.re/docs/building.html).\n\n### Docker image\n\nTo deploy *cutter* using a pre-built `Dockerfile`, it's possible to use the [provided configuration](docker). The corresponding `README.md` file also contains instructions on how to get started using the docker image with minimal effort.\n\n## Documentation\n\n### [User Guide](https://cutter.re/docs/user-docs.html)\n\n### [Contribution Guidelines](https://cutter.re/docs/contributing.html)\n\n### [Developers Docs](https://cutter.re/docs/contributing/code.html)\n\n## Plugins\nCutter supports both Python and Native C++ plugins.\n\nOur community has built many plugins and useful scripts for Cutter such as the native integration of [Ghidra decompiler](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.\n\n**[Official \u0026 Community Plugins](https://github.com/rizinorg/cutter-plugins)**\n\n**[Plugins Development Guide](https://cutter.re/docs/plugins.html)**\n\n## Getting Help\n\nPlease use the following channels to ask for help from Cutter developers and community:\n\n- **Telegram:** https://t.me/cutter_re\n- **Mattermost:** https://im.rizin.re\n- **IRC:** #cutter on https://web.libera.chat/\n- **Twitter:** [@cutter_re](https://twitter.com/cutter_re)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizinorg%2Fcutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frizinorg%2Fcutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizinorg%2Fcutter/lists"}