Skip to main content
4 events
when toggle format what by license comment
Mar 30, 2021 at 7:11 comment added Moltres this gives the control flow of the whole program with functions as nodes. Is there anyway to expand those nodes as to finally have basic blocks (of opcodes) as nodes
Oct 1, 2016 at 12:49 comment added Maijin It does and not just one: github.com/radare/radare2-bindings. r2pipe is just a wrapper for r_core_cmd(), it spawns or connects to an r2 session and runs commands and returns the output. As long as many commands have json output you can use cmdj() that will return a native object for the langauge you use. from my tests, this is way faster than using the swig bindings because the data serialization and ffi are really expensive. and json parsers are WAY faster. r2pipe requires no maintainance, and it will help you in most of the usecases you want.
Sep 30, 2016 at 6:22 comment added Nordwald doesn't radare have some kind of 'real' api?
Sep 4, 2016 at 16:52 history answered Maijin CC BY-SA 3.0