Ecosyste.ms: OpenCollective

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

github.com/radareorg/radare2-r2pipe

Access radare2 via pipe from any programming language!
https://github.com/radareorg/radare2-r2pipe

Improved tests for r2pipe.py

5746b7ddf6385a93cd170fc80294335a291ef41a authored about 6 years ago
Release 3.1.0

d04489cc8b998ccc11db0bdc29d1b6548e4e8148 authored about 6 years ago
Fix https in setup.py

73856fb97a3d95be3680311bb366f883202790e3 authored about 6 years ago
Release r2pipe.py-1.0

727f85b7d1a88ff0cee53fa8ec2901ce0433e86f authored about 6 years ago
fix all rubocop complaints

d8d36d8fe42cbdaac081c80f966fb2f1aa4678eb authored about 6 years ago
Release for r2-3.0.1

845ac5bf9be01b423a61da2cbaf9f6472ec43c7e authored about 6 years ago
use open3 instead of pty.spawn. pty.spawn has race conditions in it and basically is broken

08627796c0737bcd1d99763141a86a9a02d06a97 authored about 6 years ago
Update README.md (#75)

05a908ca0f66dda961bf5476268a7297b2c2dc75 authored over 6 years ago
Add Prolog r2pipe (#73)

0a540f33e325183298de3672deaa8eba7fe4fd72 authored over 6 years ago
Change `r2` to `radare2`, since meson doesn't make r2 (#72)

42abc23e60563044324f36351d1454752501a4dd authored over 6 years ago
Release 2.9.0

377a6d62a825154bb35edadbb4603b11372a41eb authored over 6 years ago
Fixes for py3 (#68)

* fix when using r2pipe.open()
* fix using r2pipe with python3

6a1bb1943ffd024d4b92ad0546a69875e8c98df2 authored over 6 years ago
Release 2.8.0

6f60dee3abcca25e1ffd45aeaa09075f9e6161f4 authored over 6 years ago
Add typescript config and upgrade r2pipe dependency

1cb6d426ab3cae29ea718b4c441aa09b7d76972e authored over 6 years ago
Add typescript example

9d64988ba7c018bb4f5815566fef84b326953a01 authored over 6 years ago
Update README.md (#65)

Rust TCP support was added in radareorg/r2pipe.rs#24

f90b8500ce5cd2ef248500ec21bcd95d1cc44d12 authored over 6 years ago
Bad doc (#66)

Wasted quite a while trying to figure out why r2 wasn't working through r2pipe. Turns out the do...

38d3a1c219a94836c5c76db1e51f0884096e32eb authored over 6 years ago
Release r2pipe.js 2.6.3

d388f2b3d07ff28364f539941ae14c408d37ca66 authored over 6 years ago
Release 2.7.0

bf24781170a6325841c57582715dff494f77428b authored over 6 years ago
Release r2pipe-promise 1.4.0

ec4d464031b27b38c386188be6319c7ce9a8218e authored over 6 years ago
Add support for Typescript to r2pipe-promise

1cd011bbfd7157d4aef60a77ab0082fac7602e81 authored over 6 years ago
Release 2.6.0

26442e35bca85b4c44ad5f5365c4d01102ff2e83 authored over 6 years ago
Release 2.5.0

f5679637a9627fde5484624d8cb0f27185f87a13 authored over 6 years ago
Now MANIFEST.in includes itself (#59)

0358388d3c9e0c5b673f9215c9bb7336d9b486ac authored over 6 years ago
Remove abandoned OCaml r2pipe, update maintained one (#56)

780e20902e6780b7eb7d7ccbf60e1d9cb5fa30dc authored almost 7 years ago
Add syscmd and syscmdj to the module export

4be9d959aedd9541e814cac2357aa6a1765f4ca5 authored almost 7 years ago
Fix syntax for r2pipe.py

7a8055d1f4a13e6d27a38ccdd5ff306b69ef7263 authored almost 7 years ago
Some work done on merging python and python-async libs.

abd79b5144288055132cc78ba77a9b4493c20bc5 authored almost 7 years ago
Add nodejs Async/Await example

b56b15ef1e08ed4b78380e6595fa9a83cf4b0c46 authored almost 7 years ago
Release 2.4.0

007f1d639ae60ee32d6be21fb2344775dd179382 authored almost 7 years ago
Handle signals on child process for r2pipe.js

5299c4105605baf7c5c0e1fd7390245f52fceed6 authored almost 7 years ago
Release r2pipe.py 0.9.9 fix native import issue

560b81d82f7aa7ba1322821fa4208054aa9d5e6d authored almost 7 years ago
OCaml: ignore stderr in r2pipe

546d637ee05af5423c1bd449079b0d767c66f2a0 authored almost 7 years ago
Refactor syntax

1. Make python3 compatible and remove redundant e declaration;

2. Ignore __pycache__.

04cdcd6b99460222ef4a66f0d29c4cca8aa5d432 authored almost 7 years ago
Release r2pipe.py 0.9.9 fix native import issue

9b19aa732f60401cddf0fafc2f133f5046ad1787 authored almost 7 years ago
Add typings for r2pipe.js

99115e11b2a07ee797f6cac5f02df08a885a3d75 authored almost 7 years ago
Release r2pipe-0.9.8

9f724508126bdffe02ee76721019eb919b96bd0e authored almost 7 years ago
Release r2pipe-0.9.7

655f119fba13c755685f5f5d98a338519e79d3d4 authored almost 7 years ago
python: added error handling where r_core library is not in path

In windows, when r_core is not accesible (ex. not in path) the installation fails because setup....

cd8ee696a60ee7cb749e85462a60f194fdbc0005 authored almost 7 years ago
Release 2.2.0

4d4cdb62d6ad76d77b1cdc192c572aea8b16f353 authored about 7 years ago
catch proper exiception for import errors instead of all possible ones

6adbd5dd57d3ddb23f3cb01b7a00733397561389 authored about 7 years ago
indents are now using tabs

8d8ad19ef015f19c2b7fb99c43b00df2aefe027e authored about 7 years ago
Fixed 'TabError'

bb9bcde91a8d7fcd6160903b16e32a5846aa64e1 authored about 7 years ago
python: allow non-printable characters in json

045b3e6057a3ed768faf53aa8cd49f7f20352bef authored about 7 years ago
solved issue "self.nonblocking not declared" on windows

The issue: in windows _cmd_process raise an exception because self.nonblocking is not declared

2ca7fc429760c7ef339b544d62fe255e2d775d89 authored about 7 years ago
Tabs vs spaces :((

9813c7be6ee22aa2c132cad040681263462290a5 authored about 7 years ago
Bump r2pipe.py-0.9.6

44b7e97cbdf7c6330a85fe05fcd008e6762496fd authored about 7 years ago
Make fcntl optional for r2pipe.py

a77252eb1090cb9533db3675b9960d0d35bc57c6 authored about 7 years ago
Bump to 0.9.5

709571381b51b7103262594263b47a63d21355ec authored about 7 years ago
Fix #37

f30d2b17d4321c247df6495b45393417aec1f3b3 authored about 7 years ago
Release r2pipe.py 0.9.4

55b275a91287e26a60b367db5d7c3edc8bead416 authored about 7 years ago
python: fix for #34

Python 2 does not support file object in the TextIOWrapper object. This
required additional hand...

32cd2ef066915b52fe0cd6c11e1b2027d4aa77e6 authored about 7 years ago
Remove the tgircbot, not related to r2, moved to https://github.com/trufae/tgircbot

1180e6738bbeb423dd12311e499aaf2dd4bf5119 authored about 7 years ago
Bump r2pipe.py release

f20db3edaafc41eee00ad0c7af3cb0b70a902efe authored about 7 years ago
python: fix for _cmd_process endless loop

7d6ab9bc9c72394e7219bb5d2ea98276605d34cd authored about 7 years ago
python: apply PEP8 rules

fb289929782a18a766e946824b36c3965bf66d6f authored about 7 years ago
python: cmdj strip \n

993d186022c304bab3960c745368fbed232b9632 authored about 7 years ago
Release 2.1.0

4868ff48b3487f6ca7658123bda8734078b507e6 authored about 7 years ago
r2pipe.go now have a makefile to properly sync with master repo

8b70a3d48a242a8aaa5d63679bde064fe821de10 authored about 7 years ago
Another refactor

4f0ee9717b582f9fbb7d7249396779efe8b9f79d authored about 7 years ago
First refactor of r2pipe.go

b113e5edfbe0081b7f4a6baa13febb4d89ab57da authored about 7 years ago
Use raise

0e2dd1ca5f386db9e71dccc0d5e1cf13bf2385f8 authored about 7 years ago
Make the ruby shine

ba62a71b4e184fb770c620337abb416b1627fe03 authored about 7 years ago
Add support for R2PIPE_IN/OUT in Ruby

39594260624f0b1599193650e99deca80d1ab0e7 authored about 7 years ago
Release 2.0.0

3af7a70a5456dba1a73f4078691df0d923564202 authored over 7 years ago
Clear pending rejects at the end

Mostly cosmetic since r2 is crashed at that point, but just in case.

fade3a5e67829e5f434f8a2805727fbf966e09fd authored over 7 years ago
Release r2pipe-promise 1.2.1

f2b58de37dfc7cb1b35e157408c9426d737fa7a7 authored over 7 years ago
Reject pending commands on close with error (#29)

280fda7940c1b047987bed2dd6aaa9606f069091 authored over 7 years ago
Minor fix

6b3cd4c1823141cdf5246468007a2a0316385e50 authored over 7 years ago
Code cleanup

f109a75b895d17ddb97bc1462416a28151b1bbf0 authored over 7 years ago
Use r2pipe-2.6 to handle segfaults

a081b0bc2516bba9995da2960158071433cfff4b authored over 7 years ago
Handle signals on child process for r2pipe.js

0b10e722b1c7e96e9fa044bcde9a2eafae2ea840 authored over 7 years ago
Speedup a bit the Python r2pipe implementation via spawn

e5a54c69a7c0a762640bcdc115c74b772029341b authored over 7 years ago
r2pipe-promise: omit undefined parameters (#25)

In this way the parameter matching should be compatible with what `r2pipe.open` does internally....

9f406983fd78f722a6abc7aefd082ade91dda7d7 authored over 7 years ago
Release 1.6.0

0c98ac9edaa76534e280fab0b0910cd72ba7c126 authored over 7 years ago
Move api to radare2-r2pipe-api

a59cc6c93964d50a8a1fa7851faebc7b7f55e5ac authored over 7 years ago
This error was so frustrating (#24)

ccc1fb7830582b789ced01233af9716ec9c234ba authored over 7 years ago
Almost fully convert r2pipe.swift for Swift4

15c3748f2be17977f327392cf07430ffe5fb5f5b authored over 7 years ago
Fix opam warnings (#23)

95fe0c0bffbcf558011c2e32530fcbb866d78540 authored over 7 years ago
Release r2pipe-promise.js 1.1.0

7839a963d23a3415f924acd024c935ca5938cef7 authored over 7 years ago
Add options to r2pipe-promise.js

abdbc61e58511f4d4b7165c75514e2e5fd82954f authored over 7 years ago
Release 2.5.1 - Fix use of Buffer

3bd20880a2033d4a95bc7462eb7b36f27d1226b8 authored over 7 years ago
r2pipe.js: Fix error handling in http

dab3af773297603d2c3a4c6ab6b3cc4fba453aee authored over 7 years ago
Make the json parser configurable

792aab17ada5d2368793c71362c8dee6cb61b64a authored over 7 years ago
Sync go, rust and ocaml

f8ef1c09953c13d938e7578ac8f98647b9bd8b98 authored over 7 years ago
Input command cant contain newlines in r2pipe.py

25f3a51d609ebd14b605336ee262c742c81af99f authored over 7 years ago
Fix fdleak in r2pipe.js with lpipe not quitting on r2.quit()

cd6e023e252289ef24890638e31d912fd3e93290 authored over 7 years ago
Release 1.5.0

5e3f772ec08c236947764e3f9ff93d1a802bc982 authored over 7 years ago
Fix manifest

dd17d76a348034b13c99aacf480abbee28625863 authored over 7 years ago
Update README.md with a compilation example (#22)

4ae7a66658f8e6528f2616e1ce4fb447df2040ff authored over 7 years ago
encode str when arg is c_char_p and decode for ret

6ed2b91e8cf098540f57a5122b3f88af791ac9a7 authored over 7 years ago
use explicit relative import

bd9ccd1070583c2d385f396bff23ecf329b97f23 authored over 7 years ago
Add talkto sync script

6f412a34f569e66fa85862ddbc09bf029c92c37a authored over 7 years ago
Fixes for the previous commit

bf05641cb243853d43bf933cee70b4418f287ef2 authored over 7 years ago
r2pipe.py 0.9.0 - fix alternative open() inside rlang

f007a9981e0d95a77fba045bcc9fcadb952fac7d authored over 7 years ago
Minor hackaround for unicode null terminated json strings in r2pipe.js

14de38fec947b0fc903a92266b50ff8f20aa8bdf authored over 7 years ago
Bump for 1.5.0-git

0c9ea394e591446a2009d169d736cb255f7128cf authored over 7 years ago
Fix options argument in r2pipe.open for r2pipe.js, release 2.4.0

405166e3bd927ee31f6ceffdfde42bfe9291094a authored over 7 years ago
Release 1.4.0

1b93b3112e5f3f25dc8d288bbe1241611058d5af authored almost 8 years ago
Fix compilation and run of r2pipe-c for gcc on linux

1815ae5b3384b830f52b5b8a2bb6ae7fa91f9c3a authored almost 8 years ago