Giter VIP home page Giter VIP logo

radare2-webui's Introduction

radare2-webui

Code Climate

This repository contains the different WebUIs for radare2:

  • enyo enyo (mobile)
  • m material (responsive)
  • p panels (desktop)
  • t tiles (legacy)

Install

First, you should install radare2, then r2pm will handle this for you:

$ r2pm -i www-enyo
$ r2pm -i www-m
$ r2pm -i www-p
$ r2pm -i www-t

This process will install the proper UI by downloading the latest version available.

Troubleshooting

The Web UIs (/m specifically) are using some tools that require an updated version of node, so if you encounter the following error, you should consider an update.

~/radare2-webui/www/m/node_modules/gulp-google-webfonts/index.js:209
    request.name = path.posix.join(options.fontsDir, request.name);
TypeError: Cannot call method 'join' of undefined

Updating node is easy, I recommand you to follow this article:

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

Use it

You can run one of the UI by typing the following command with: enyo, m, p and t.

$ r2 -q -e http.ui=<UI> -c=H /bin/ls

Uninstall

To uninstall an UI, you can use this command.

$ r2pm -u <package>

Soon...

You will soon be able to chose between a global installation or an installation from your home directory with -g option.

Also, we will propose you to install the last released version from a tarball with a specific option.

Contribute

If you want to contribute, you should read this to know how to set your environment.

radare2-webui's People

Contributors

gcolajan avatar islamoc avatar jpenalbae avatar nischay-pro avatar nonchip avatar novia713 avatar pwntester avatar radare avatar z-y00 avatar

Watchers

 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.