Skip to main content

R2Papi for Python

This is PoC of the future autogenerated API bindings for r2pipe.

Usage example

We need to have a common API definition for all languages across r2pipe.

import r2pipe
from r2papi import R2Api

r = R2Api (r2pipe.open("/bin/ls"))
if r.info().stripped:
	print "This binary is stripped"

r.searchIn('io.sections.exec')
r.analyzeCalls()
print r.at('entry0').hexdump(16)
print r.at('sym.imp.setenv').hexdump(16)

print r.at('entry0').disasm(10)

r.seek('entry0');
r.analyzeFunction()
print r.disasmFunction()
for fcn in r.functions():
	print fcn.name

r[0:10]
# '\x7fELF\x02\x01\x01\x00\x00\x00'

r[1]
# 'E'

r.quit()

Download files

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

Source Distribution

r2papi-0.1.2.tar.gz (13.2 kB view details)

Uploaded Source

File details

Details for the file r2papi-0.1.2.tar.gz.

File metadata

  • Download URL: r2papi-0.1.2.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for r2papi-0.1.2.tar.gz
Algorithm Hash digest
SHA256 101d7f4ab2769b715bce96705f840cb1473d93ecefaeaa66ea5392ad7ed4a5e0
MD5 f8b26ced1b52b3c638ea28997fa67e52
BLAKE2b-256 08ff615d0d349dc7407dd015e5ecd17fc3ed470b77231dac729e902d0fd9283d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

1 file

0.1.1

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page