jpenalbae / rarop

Graphical ROP chain builder using radare2 and r2pipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rarop

Graphical ROP chain builder using radare2 and r2pipe.

This is WIP, standing on my TODO for a long time... It has been released just cause people is asking for it. So beware that it lacks many functionalities and some others such as import/export are not working.

Setup

$ cd rarop/
$ npm install

Usage

$ cd rarop/
$ bin/rarop /bin/true

Then point your browser to http://localhost:9091

Kwown problems

  • It will be slow as hell with big binaries
  • export/import is not working
  • Too many other problems

Screenshot

screenshot

About

Graphical ROP chain builder using radare2 and r2pipe

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 64.9%Language:HTML 33.2%Language:CSS 1.8%