Giter Site home page Giter Site logo

linecode / cutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rizinorg/cutter

0.0 2.0 0.0 5.73 MB

A Qt and C++ GUI for radare2 reverse engineering framework

License: GNU General Public License v3.0

Batchfile 0.58% C 0.46% C++ 96.14% CMake 1.25% QMake 1.56%

cutter's Introduction

Cutter

Build Status Build status

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

Screenshot

Screenshot

Disclaimer

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

Installing

Downloading a release

You can download the latest release here.

Building from source

Requirements

Cutter is based on Qt so you will need to have it installed.

Building

First you must clone the repository:

git clone https://github.com/radareorg/cutter
cd cutter
Building radare2
git submodule init radare2 && git submodule update radare2
cd radare2 && ./sys/install.sh
cd ..
Building cutter

Cutter can be build with two methods: The preferred one is with qmake, but you can also compile it with cmake. Choose the one you want to use.

  • Method 1: Qmake
mkdir build
cd build
qmake ../src
make
  • Method 2: CMake
cd src
mkdir build
cd build
cmake ..
make

Then run cutter: ./cutter or ./build/cutter

Note: If radare2 is not installed system-wide (./sys/user.sh installation for instance) you might want to use LD_LIBRARY_PATH=$HOME/bin/prefix/radare2/lib ./cutter to run cutter.

Troubleshooting

On Mac, QT5 apps fail to build on QtCreator if you have the libjpeg lib installed with brew. Run this command to workaround the issue:

sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found

If you encounter the Project ERROR: r_core development package not found try this command instead PKG_CONFIG_PATH=$HOME/bin/prefix/radare2/lib/pkgconfig qmake

Platforms

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

Help

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

cutter's People

Contributors

aiosin avatar ballessay avatar circleous avatar comrumino avatar d0vine avatar d235j avatar danimo avatar dukebarman avatar hteso avatar iwiwsb avatar joxeankoret avatar kazarmy avatar mariovilas avatar moebiuz avatar mrexodia avatar probonopd avatar properrr avatar pwntester avatar radare avatar sergiodmn avatar siebelstim avatar thestr4ng3r avatar trufae avatar u1735067 avatar wobbol avatar xarkes avatar xiaogrill avatar xorb0ss avatar xvilka avatar zetatwo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.