Giter VIP home page Giter VIP logo

rz-pipe's Introduction

rz-pipe

The rz-pipe APIs are based on a single rizin primitive found behind rz_core_cmd_str() which is a function that accepts a string parameter describing the rizin command to run and returns a string with the result.

The decision behind this design comes from a series of benchmarks with different libffi implementations and resulted that using the native API is more complex and slower than just using raw command strings and parsing the output.

As long as the output can be tricky to parse, it's recommended to use the JSON output and deserializing them into native language objects which results much more handy than handling and maintaining internal data structures and pointers.

Also, memory management results into a much simpler thing because you only have to care about freeing the resulting string.

This directory contains different implementations of the rz-pipe API for different languages which could handle different communication backends:

  • Grab RZPIPE{_IN|_OUT} environment variables
  • Spawn rizin -q0 and communicate with pipe(2)
  • Plain TCP connection
  • HTTP queries (connecting to a remote webserver)
  • RAP protocol (rizin own's remote protocol)

The current supported languages are:

  • Python
  • Go
  • Haskell
  • OCaml
  • Rust
  • Ruby

rz-pipe's People

Contributors

radare avatar xvilka avatar jpenalbae avatar thestr4ng3r avatar 4thel00z avatar ret2libc avatar sushant94 avatar a1ext avatar maijin avatar officialcjunior avatar jroimartin avatar hackathi avatar mrmacete avatar soltysek avatar kazarmy avatar adriaandens avatar aweinstock314 avatar frefreak avatar chinmaydd avatar lowlyw avatar meiraxx avatar crowell avatar wargio avatar andreafioraldi avatar hmperson1 avatar notnite avatar ogre2007 avatar hyask avatar wasamasa avatar wjsetzer 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.