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

Release for 5.0.0

aae07f8a2d45fd1892d20c91312912b763c5f5a3 authored about 4 years ago
Update Makefile to make it work with new pipeline

61390a64e2333e4147d91df3cbde227f6e97fde8 authored about 4 years ago
Removing missing lines from report

5acdbee9b46fb6182c27e177af2dc73a5b44d38c authored about 4 years ago
Added more tests

4c708a71882a345ee33acda82c193eb0dc0c25c7 authored about 4 years ago
Omiting some files from coverage

c48baf5ff46510ca0ac88cfa1f6f8ac182894286 authored about 4 years ago
refactoring r2pipe python tests using pytest

44472af43f8f84f5e8d4c567d7f9cc0bbb60bee5 authored about 4 years ago
Throws exception when cannot open the file

a7654a599fd04dd7c24a5f21e9437e9bad7a06a6 authored about 4 years ago
Update to the latest ACR for radare2-r2pipe-5.0.0

cbd5777924a3ed2568cfc2f30cb55dd0077f81ec authored about 4 years ago
Add custom github issue/pullreq messages

84ef29b7033ac3feb0c025d03856886a79d61468 authored about 4 years ago
Add Github CI support

5fa391ebbb5535dc71a96d77a57de5f6e800274b authored about 4 years ago
Add ForceClose() method to run `q!`

1221a31a52f15296c28767c8410c026fc13573da authored about 4 years ago
r2pipe.go: do not use `q!` because of the -1 exit code

Currently if radare2 executes `q!` it returns -1 exit code
which masks the possible errors when ...

1c5e60fd0b54af34f5f7137d30270f043c5c1c10 authored about 4 years ago
r2pipe.go style fixes and cleanups

d588a726ac765ed242daf19db1d64b4ed1297e59 authored about 4 years ago
Release r2pipe.py-1.5.3

23861a9bd0680653260e0a425c63e7a5bf9d5a79 authored about 4 years ago
r2pipe.py: Hide dlopen() error when using the native backend by accident

766840c5123192c3c4ca3fff8533356319e312db authored about 4 years ago
Release r2pipe.py-1.5.2

ae706d5708942354ea27283d132e6b2d52084b89 authored about 4 years ago
Bring back some basic python2 support

a0745ee27fd669e499a617255c0c0946e430c04a authored about 4 years ago
Release r2pipe.py 1.5.1

bea10ad8385995e91c0a9daf5c5a57d32b9daf41 authored about 4 years ago
Use py3 in the python-wrapper, good bye py2

0b5f67ef3f9b301ba67d942afeff4cde08f3d82b authored over 4 years ago
Use r2pipe.x instead of .x

399e831850a2914273f4130cb03ca2846250ae95 authored over 4 years ago
Move back some imports

7b64d98a2f80dbd33c8baffbee718df090e700ae authored over 4 years ago
r2pipe.py: Use async/await instead of the hacky coroutine decorators

88e427fbcf346eb7062849d4b6238b948b20d366 authored over 4 years ago
Release r2pipe.py 1.5.0

2222960764e95344af080c595d9bba1850979939 authored over 4 years ago
r2pipe.py: Do not dlopen in static import

351b6a527a950a8e50db967278f146fc4cc99cf8 authored over 4 years ago
Bump r2pipe.cs 1.1.0

0522a39fd162569f21654f511d609a960e06e515 authored over 4 years ago
Fix r2pipe.cs on Windows with latest r2

af9c3f8ca701dfc639521402fe5d0df7f5a1b1d9 authored over 4 years ago
Merge pull request #119 from XVilka/cleanup

Remove obsolete r2pipe bindings

551cca9958acbba6f324170e40749db53dca5cae authored over 4 years ago
Add OCaml README

94a35954f495a19797dd0343fcea9c43f854820f authored over 4 years ago
Remove obsolete OCaml r2pipe

It was moved and maintained at the external repository:
https://github.com/fxfactorial/ocaml-rad...

158860904901485479defded9298cc166ab40c3b authored over 4 years ago
Remove obsolete async Python r2pipe

4dbc579b0fd5243976929114baecccd8ea097ec9 authored over 4 years ago
Windows r2pipe.py: Don't chop off last char if it's not 0 (#118)

3bb31f5635ea84e707468434b88bd0d8b8bcabf3 authored over 4 years ago
Fix dlang api

363da0cd16d4b396679aec548ad92d284eed0ca8 authored over 4 years ago
Merge pull request #117 from kazarmy/py3-windows-fixes

Fix Windows Python 3 #!pipe

ed482786a38bded69831a17274d671fa35b066b6 authored over 4 years ago
Fix Windows Python 3 #!pipe

5a495ba76d768b7a547592b47d9c5c05f7e74b3d authored over 4 years ago
Merge pull request #116 from XVilka/python3

r2pipe - drop python 2 support, fix python 3

5eab4c7cb484a92689d8287e0ca859eb8b7bdc3d authored over 4 years ago
Fix LGTM and flake8 warnings

1a9986d82fff34e22746ae2200787d3b4e576a26 authored over 4 years ago
Reformat code with black

65987c58ee6ca54129657c16db3d470f74c2ae8a authored over 4 years ago
Python 3 compatibility, drop Python 2

886860dc51ea616c9b6da3fbacaacec76308c0ac authored over 4 years ago
Merge pull request #115 from haystack-ia/fix-114

More precise filename parsing in python module. Closes #114.

e849126dfe20bd14640a819abfc7f4fe9e80d541 authored over 4 years ago
More precise filename parsing in python module. Closes #114.

Previously, python module would check if filename started with "tcp"
or "http." This would cause...

b56063b4233d15e2790cd2a71d9356621e6a6ce7 authored over 4 years ago
Release 4.3.0

e3c9707776df384ddb8c95de520ce66974987c22 authored almost 5 years ago
Remove some fields from r2pipe.cabal

b1a28543874dd7b608f0ef3456ae4969e59976c0 authored almost 5 years ago
Make cmdj return polymorphic in Haskell (#113)

48f71c9ad428bfd678beca1d6ff28190f5cd06fe authored almost 5 years ago
Support running inside r2 in Haskell

6a800bb24aded75a4ffc1221e1cd707d6c478d90 authored almost 5 years ago
Add Cabal Package for Haskell and rename to R2Pipe

4c279233c1b168a64b7b7e7868a5daa8e13e763b authored almost 5 years ago
Upgrade r2pipe-promise to use latest r2pipe

721111afff23b6578d63280b823a7896607a8f48 authored about 5 years ago
Deprecate syspipe dependency for nodejs

1a22b98ae1fe489e408a563d34d8c38f497a7261 authored about 5 years ago
Add v.mod

1984dbc5f82a8d557e05a0144ce444768579cf8e authored about 5 years ago
Add V example

6bedb1edab553d0963fcd2cbb9cdb9af3ec355c8 authored about 5 years ago
Release 4.0

3f3c0830ae0c6d1a7853a974cfab125003b07b24 authored over 5 years ago
Release r2pipe-1.4.2 for python

1394b51d6abdbd065f1b3ff63d421edc56086d59 authored over 5 years ago
Merge pull request #107 from R2S4X/fix_unclosed_file

Fix issue with unclosed file descriptors

c13da476af33c2b9e74bc5c1683767d7043a31dd authored over 5 years ago
Merge pull request #104 from Maijin/patch-1

Rename README.rst to README.md

65cbe00efc87c033cfd98c62605e54374394e273 authored over 5 years ago
Fix issue with unclosed file descriptors

452cb102f36cf2985818ef4ffe8550dc8edbc97e authored over 5 years ago
Change radare->radareorg links (#106)

fb41ef2b3a970948b017e4f6c96f17461f0e5366 authored over 5 years ago
Release 3.7.0

fe036164dfb0903942645661f427b0f66317d4bd authored over 5 years ago
Rename README.rst to README.md

Change back to .md which is accepted by pypi - https://packaging.python.org/guides/making-a-pypi...

9cc51fb013999266296c9ea8432c15f8e78b1ff3 authored over 5 years ago
Release r2pipe.js 2.7.2

17f08491e86a04d03c1f710f5664ff331d52c4b6 authored over 5 years ago
Add test for the hang bug in r2pipe-promise

d35e1afcba825198f98f07f6807b528f407a9a51 authored over 5 years ago
Minor fix for the r2pipe-promise arg

5b9efac72e2c7a0788df6e57d95ce471b203ef1d authored over 5 years ago
Minor fixes for r2pipe.js in argument parsing

9216c2566b710a472a480953d972ab9ec83fc5d1 authored over 5 years ago
Release 3.6.0

a022006b248d65bfe0d53484a71dd6c933da3756 authored over 5 years ago
Bump r2pipe-promise version

aa79ec4235f84c574dbcf29fd1c2ca720c0e584d authored over 5 years ago
Release r2pipe-promise in sync with r2pipe

39fe3ac93d699f6b7540f55e690d92d5f522dd7b authored over 5 years ago
Release r2pipe.js 2.7.1

535e8cf94950e223f455aaf4664e97a034cd2df3 authored over 5 years ago
Use verb form for isAvailable() and use isNaN()

93fd9c313a4110eef4a7d3ca2e34a65829f3932b authored over 5 years ago
Release r2pipe.js-promise Update for the latest r2pipe

43c82046b5f609048cf901a4e6a794dfd36298a4 authored over 5 years ago
Update dependencies and releases r2pipe.js-2.7.0

7db749e5086dbc7416cbb560aa58b8d77bb12de2 authored over 5 years ago
Add r2pipe.isAvailable() for r2pipe.js

5f5f3d6764830b6863798210bea39e7e8c3481c9 authored over 5 years ago
Remove all trailing zeros from output in r2pipe.js

e22631d50d8458a4d1db21ce35fb060297839ea8 authored over 5 years ago
Bump r2pipe.py 1.4.1 removing the reference to the readme

96f5ae7527911bb596c4c9fed2b575ea8fde7423 authored over 5 years ago
Use rst, not md

1fac0a0b1624d738b4478d7934fb1aa67946a295 authored over 5 years ago
Release r2pipe.py 1.4.0

6f989f4c2869b70755211bc8429c13c7ecc68c9f authored over 5 years ago
Use r2p instead of ./r2cmd

0d719e48e9015435973adab1e306b1c582bbc274 authored over 5 years ago
Add r2pipe.py cmdJ() to return a Python object instead of a JSON one

2b31936766ca4ca057a7a8ffd5a8cbfa5541f29c authored over 5 years ago
Release 3.5.0

e05c7d6398ebe8f6f93c263647f2a41f203183a0 authored over 5 years ago
chk for null

23f5a268a8bcd0faf22995f2d922f2014a5742d8 authored almost 6 years ago
Merge pull request #89 from meiraxx/master

fixes #88: small update open_sync.py (remove utf-8 decodes)

3becb78c722bd9efa097314396657b26be30e1f8 authored almost 6 years ago
Update open_base.py to import Popen and PIPE

Popen and PIPE are used in the file, but never imported.

Changed imports to reflect use.

a794acf68d0724bb4da17a282e08c000c759c106 authored almost 6 years ago
Fix crash and mess with jq in r2pipe.sh

7cfd5f7b822aa7345086bd462fcc9fb7627bf8be authored almost 6 years ago
Speedup the r2pipe.sh with a C helper

b06d7c5f3208bee90d200678712c3f049000362c authored almost 6 years ago
Initial import of the r2pipe.sh (Posix Shell Script)

2436484a2e58d067580b81c6bbb2bc47ee08e850 authored almost 6 years ago
Release 3.4.0

33505f00685245be197703092cd86fc05b1401fe authored almost 6 years ago
Make r2pipe a Prolog module

dbb2e2c9a7dcaf6af3ecbd684ad59e880bde47a6 authored almost 6 years ago
Print error message for abnormal child exit

0363835388ffce3f6289127ddcdde2d69182e5c4 authored almost 6 years ago
Update from r2p_* to r2pipe_*

bfdace85a36ca905cbcdabb7446b888e5d3433d2 authored almost 6 years ago
Release 3.3

1aec35875baca5c862f336581627669b9a319a92 authored almost 6 years ago
Fixed json trailing garbage + tcp multiple commands + updated docs

4d1051d331e3df2b792be834dcc8f1e6dbc22cb9 authored about 6 years ago
Add JSON support for r2pipe.java (Uses javax.json)

6ec4f9bd52702f0e7d805f93f825eebdf46a0c00 authored about 6 years ago
Update r2pipe.java for Mojave and Java 1.7 (1.6 is deprecated)

1f32c00c770106afd79147efb23756a1e96fd4ad authored about 6 years ago
Merge pull request #1 from meiraxx/utf8decode-smallfix

small update open_sync.py (remove utf-8 decodes)

fca0a7a54afac86331d1841cf5877e6aa267d5dc authored about 6 years ago
small update open_sync.py (remove utf-8 decodes)

Hi guys! Please remove this decode as sometimes the output isn't utf8-decodeable.
https://user-...

056839f0cbce1d63b2ff948f80985a499a1d34d7 authored about 6 years ago
Release r2pipe.py 1.2.0

4fde65cacd6b7faae2732831c3cf29a7c020f323 authored about 6 years ago
Fixes #85: bug with empty `filename` argument handling has been fixed

ae19becda2235a570d414d3a691eec82279b2617 authored about 6 years ago
Python2/Python3 are now use synchronous interaction.

Fixed some compatibility issues

d955eb205dac72ab12093ed8b21b017f5783fc59 authored about 6 years ago
Fixed #81: `fcntl` module is unavailable on Windows (related to synchronous interaction)

2e4348ac9da87de6720f22851756416a0134ca46 authored about 6 years ago
fixed radare/radare2-r2pipe#81, radare/radare2-r2pipe#82, radare/radare2-r2pipe#83

Introduced `radare2home` argument to `r2pipe.open`

d63036e41101543b01f6f07660c60229ddcbf0b6 authored about 6 years ago
Simplify test target

c27fb13146a042d3bdb3bf8dc864227146fa9ddd authored about 6 years ago
Split py2 and py3 tests

aa4feaeddb4b61b4c02276a0b743e562d84bd316 authored about 6 years ago
Fix tests

f72cd3a2e6840a24f5424f195dd9f1f7a9c83ae8 authored about 6 years ago