Free and Open Source Reverse Engineering Platform powered by rizin
Go to file
Tim Siebels ffa52bd3e8 Fix pessimizing move (#19)
moving a return value generally is unnecessary, as it prevents return value optimization.

The standard defines, that (named) return value optimization, i.e. copy elision
is only possible when returning a value from a non-volatile automatic object
or when it's a temporary that has not been bound to a reference.
(N)RVO is not possible when wrapping it with std::move, because the compiler
is not allowed to do copy elision from arbitrary function calls.

I think this was the intended purpose of this code. Also, it is cleaner.
2017-10-01 15:55:47 +02:00
cutter_win32@5f8109de35 change iaito32->cutter32 submodule 2017-09-26 10:47:38 +02:00
docs Update docs/Compiling-with-CMake.md for cutter (#14) 2017-09-28 22:05:59 +02:00
radare2@fc6cc69e90 Updated r2 version (#213) 2017-09-23 15:37:44 +02:00
Screenshots First code commit 2017-03-29 12:18:37 +02:00
src Fix pessimizing move (#19) 2017-10-01 15:55:47 +02:00
.gitignore Fix more iaito -> cutter 2017-09-25 19:51:49 +02:00
.gitmodules change iaito32->cutter32 submodule 2017-09-26 10:47:38 +02:00
.travis.yml Add deploy 2017-09-26 12:25:49 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md fix #65 (#118) 2017-04-09 22:04:01 +02:00
LICENSE.md Change license to GPL 3 2017-03-29 19:46:59 +02:00
README.md Fix Links in README (#12) 2017-09-28 18:43:02 +02:00

Cutter Build Status

A Qt and C++ GUI for radare2 reverse engineering framework (originally Iaito)

Screenshot

Screenshot

Disclaimer

Cutter is not aimed at existing radare2 users, it is focused on those whose are not yet radare2 users because of the learning curve, they don't like CLI applications or the difficulty/instability of radare2.

IMPORTANT: the current status is highly unstable, it is an alpha version aimed for developers. Users please wait for the first stable release with installers.

Requirements

  • Radare2: Make sure that, when cloning the project, you use git clone --recurse-submodules or run git submodule update --init to clone the correct radare2 version. Then execute the following command in the radare2 folder:
sys/install.sh

Platforms

Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms.

Documentation

Proper documentation and website will be created before the first release.

Roadmap information for developers can be found here.

Help

Right now the best place to obtain help from cutter developers and community is joining this telegram group: