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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
rzpipe-0.6.1-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file rzpipe-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: rzpipe-0.6.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff5f7d81c9977696bca41426a5be31f3291b9d19399286bbc40bfd948166269a |
|
MD5 | 61b1f6f85ae973ede94d1bc828045d60 |
|
BLAKE2b-256 | 1449a865e0aa0539e1aaa61f5c1127564f207dbac8a7799932c671da167ed6c5 |