radareorg/cutter: A Qt and C++ GUI for radare2 reverse engineering framework
2018-10-09 20:37:58
Author: github.com(查看原文)
阅读量:490
收藏
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
A Qt and C++ GUI for radare2 reverse engineering framework
Permalink
|
Failed to load latest commit information. |
|
.github
|
Version bump (#777)
|
Oct 8, 2018
|
|
docker
|
Docker: Fix typo in README.md, travis: fix image name (#564)
|
Jul 6, 2018
|
|
docs
|
Version bump (#777)
|
Oct 8, 2018
|
|
radare2 @ cb62c37
|
Updated radare2 submodule (#776)
|
Oct 8, 2018
|
|
scripts
|
Rename builds with version in Travis
|
Oct 2, 2018
|
|
src
|
[NewFileDialog] filling recent projects list at startup has been added (
|
Oct 9, 2018
|
|
.appveyor.yml
|
Version bump (#777)
|
Oct 8, 2018
|
|
.gitignore
|
Fixed gitignore and added building.md (#737)
|
Sep 30, 2018
|
|
.gitmodules
|
Remove cutter win32 (#58)
|
Oct 16, 2017
|
|
.travis.yml
|
Rename builds with version in Travis
|
Oct 2, 2018
|
|
CONTRIBUTING.md
|
Added info about nullptr and connect() style
|
May 4, 2018
|
|
COPYING
|
LICENSE -> COPYING
|
Nov 28, 2017
|
|
README.md
|
Update README.md
|
Oct 9, 2018
|
|
build.bat
|
Windows dist: move r2 related data to <radare2> subdir (#466)
|
May 1, 2018
|
|
build.sh
|
Bashim
|
May 25, 2018
|
|
meson.py
|
Add release and nobuild args to meson.py
|
Aug 26, 2018
|
|
prepare_r2.bat
|
Update radare2 and fix prepare_r2.bat (#590)
|
Jul 24, 2018
|
Cutter is a Qt and C++ GUI for radare2. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.
Cutter is available for all platforms (Linux, OS X, Windows).
You can download the latest release here.
- OSX: Download the latest
.dmg
file.
- Windows: Download the latest Zip archive.
- Linux: use the AppImage file. Then just make it executable and run it:
chmod +x Cutter-v1.7.2-x86_64.Linux.AppImage
./Cutter-v1.7.2-x86_64.Linux.AppImage
Building from sources
To build Cutter on your local machine, please follow this guide: Building from source
Docker
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.
You can find our documentation here.
Right now the best place to obtain help from Cutter developers and community is to contact us on:
Press h to open a hovercard with more details.
文章来源: https://github.com/radareorg/cutter
如有侵权请联系:admin#unsafe.sh