Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/radareorg/radare2-r2papi

High Level API on top of the R2Pipe interface
https://github.com/radareorg/radare2-r2papi

File and IOMap tests

Little bug fixes in File.close() and IOMap __getattr__

61abafeac3649d88004867bc7d3725cf959961dd authored over 6 years ago by Quim <[email protected]>
Fix bug in write

0aa6bd8c4fad7fc3431d7600820786e59106afea authored over 6 years ago by Quim <[email protected]>
Make the code python3 compatible

0bf8b3c6670868d5931dfa22a83fe27347359796 authored over 6 years ago by Quim <[email protected]>
Python api (#9)

* Code refactor

* Debugger implementation

r.debugger.start()
r.debugger.at("main").setBre...

00b08c75bb12c0e97b0e7da20937037f679ca133 authored over 6 years ago by quim0 <[email protected]>
Cleanup

Little cleanup and add __getitem__ and __setitem__ methods for easy
binary r/w like:

r[0:10] # ...

692b12fdadae563dd38dadec991e91739b0d9223 authored over 6 years ago by Quim <[email protected]>
.gitignore for python and vim files

920593c2a5bf6dfad717fe7d672421d74c1b27dc authored over 6 years ago by Quim <[email protected]>
s/memory/io

ba66bc161203ec57dec11faa76689a528acc8dbb authored over 6 years ago by pancake <[email protected]>
Initial import of r2pipe-api for TypeScript

7ee3fecd1bfe76edd37c7c54d4a4d5bcb46b99e7 authored over 6 years ago by pancake <[email protected]>
Exposes raw through r2api

a84a8f5936d92e3d125f67566e01b6750d9471da authored over 6 years ago by Sushant Dinesh <[email protected]>
Adds some fine-grained analysis options

92c30ef33258a11ceb283d44a454f6100d3ac54c authored almost 7 years ago by Sushant Dinesh <[email protected]>
Merge branch 'master' of github.com:radare/radare2-r2pipe-api

7c1905cfa602bd7a13b1816818d99587d8266d1c authored almost 7 years ago by Sushant Dinesh <[email protected]>
Fixes minor issues with dissassemble api

3ae2d0edaecf2bf3c2e282c123bf752722245d51 authored almost 7 years ago by Sushant Dinesh <[email protected]>
Derive Copy for Endian

98e0d29fea45a27c6907dbd97f8305dacc179fa3 authored almost 7 years ago by Chinmay Deshpande <[email protected]>
Adds regtype to LRegInfo

9b785e27fd7f9a472a787b85bf2a165b45c8589e authored almost 7 years ago by chinmaydd <[email protected]>
Adds api for disassembly

9477c49add0d72a7d2cc12693d8b4c74d4b4d4b8 authored almost 7 years ago by Sushant Dinesh <[email protected]>
Adds symbol information to r2api

f7226efbedaab2e37318ca7a1db9cd49bd336405 authored about 7 years ago by Sushant Dinesh <[email protected]>
Implements more loader functions

- Implement loading of {imports, exports, relocs, entrypoint, libraries}
- Minor refactor in r2a...

5cbe12fa36e73cd223ebeb9f93fc4fa146437cdd authored about 7 years ago by Sushant Dinesh <[email protected]>
Add opInfo method for py

afc236b73c82921b7f4ce7661b06516c17fffbbb authored about 7 years ago by pancake <[email protected]>
More and better r2pipe-api

e3c587d823dd6ba6adb714f95d769d2fd6825d1a authored about 7 years ago by pancake <[email protected]>
Adds Endian enum (#3)

2ba3ff2aad2aca5220ad4bcd7b9e2ecdbc0c8859 authored about 7 years ago by Chinmay Deshpande <[email protected]>
add cc_info for registers using in calling convention (#2)

599b209c58f1f15209de801bdfc05b5e4f2cfe10 authored about 7 years ago by izhuer <[email protected]>
Adds rust code for r2api (#1)

* Adds basic code skeleton

* fix json mapping for multiple structs

* Tries to fix fn_list(...

37102309de06dddd938aac7870f2fb91a0c5a0c3 authored over 7 years ago by Chinmay Deshpande <[email protected]>
Initial import

2c1e710ef7490acaed3e715f85df0c319064593a authored over 7 years ago by pancake <[email protected]>