Skip to main content

Pipe interface for rizin

Project description

rzpipe for Python

Interact with rizin using the #!pipe command or in standalone scripts that communicate with local or remote rizin via pipe, tcp or http.

Installation

$ pip install rzpipe

or

$ pip3 install rzpipe

Usage example:

import rzpipe

pipe = rzpipe.open("/bin/ls")
pipe.cmd('aa')
print(pipe.cmd("afl"))
print(pipe.cmdj("aflj"))            # parses the JSON and returns a dict (note the lowercase j)
print(pipe.cmdJ("ij").core.format)  # parses the JSON and returns a namedtuple (note the uppercase J)
pipe.quit()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rzpipe-0.6.0.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

rzpipe-0.6.0-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page