Giter VIP home page Giter VIP logo

sonare's Introduction

Sonare

A Qt-based disassembly viewer based on radare2.

Currently also uses capstone directly (rather than through radare2) for syntax highlighting.

a screenshot

Running

First install the dependencies described below under Dependencies.

To run Sonare to view the path/to/my/binary file:

cd /path/to/sonare/
python sonare/main.py path/to/my/binary

(Note that Sonare currently expects to be run from the root of its source tree.)

Dependencies

Sonare currently has the following dependencies, which you'll need to install first:

  • Python 2.7 (2.6 may be ok, too. 2.5 probably won't be.)

  • radare2

  • radare2-bindings

  • capstone's python bindings

    radare2 pulls in capstone while compiling. after compiling radare2, you can find capstone's python bindings in the radare2 tree under shlr/capstone/bindings/python and install them from there:

    python setup.py build
    sudo python setup.py install
    
  • Various python modules: networkx, PyQt5, mako, sortedcontainers

    sudo apt-get install python-networkx python-pyqt5 \
        python-pyqt5.qtwebkit python-mako
    
    sudo pip install sortedcontainers
    

sonare's People

Contributors

sapir avatar ret2libc avatar

Watchers

James Cloos 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.