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
164
1aaf07016ccd85cde0cffb72b864b81b26d22225 authored about 1 year ago
1aaf07016ccd85cde0cffb72b864b81b26d22225 authored about 1 year ago
Update r2pipe-promise with missing callbacks
f0d500d60be81ec9a814436714ce5053e3f1ced7 authored about 1 year ago
f0d500d60be81ec9a814436714ce5053e3f1ced7 authored about 1 year ago
Add missing types
3a2d2263bee76419ba4a198e72f21bb67f0e0f57 authored about 1 year ago
3a2d2263bee76419ba4a198e72f21bb67f0e0f57 authored about 1 year ago
Add missing type definitions for the new r2pipe callbacks
bb9ee7f4e11a771a074ee36172ef4d9638bf9fef authored about 1 year ago
bb9ee7f4e11a771a074ee36172ef4d9638bf9fef authored about 1 year ago
Ensure the promise uses an updated r2pipe
5f17b4bec10061581923c1c05bfeddddf1e98030 authored about 1 year ago
5f17b4bec10061581923c1c05bfeddddf1e98030 authored about 1 year ago
Release new r2pipe-promise with new call-backs
a6949e2fa4e572cc80ed5fbb3c79b94500233846 authored about 1 year ago
a6949e2fa4e572cc80ed5fbb3c79b94500233846 authored about 1 year ago
Release new version of r2pipe with new callbacks
9a39cafb8f179709fd71a05ee2c282e5e55e60d8 authored about 1 year ago
9a39cafb8f179709fd71a05ee2c282e5e55e60d8 authored about 1 year ago
Add missing methods in r2pipe object to handle latest r2papi callbacks
17055a5690290ef0593e712ebc722c52498ae589 authored about 1 year ago
17055a5690290ef0593e712ebc722c52498ae589 authored about 1 year ago
Fix crash and release 1.8.8
8fa6458bdccab01b247111e82410f62534284e6e authored about 1 year ago
8fa6458bdccab01b247111e82410f62534284e6e authored about 1 year ago
r2pipe.py 1.8.7
5d787027905f04d6813d7d447f0644dd95c65887 authored about 1 year ago
5d787027905f04d6813d7d447f0644dd95c65887 authored about 1 year ago
Simplify free call
f121e46c4d6596a5955ea33524ec9c0fbe7eface authored about 1 year ago
f121e46c4d6596a5955ea33524ec9c0fbe7eface authored about 1 year ago
Fix some pylint issues
c5281aefe8d304b3eafcae71fd1b4798371d00ee authored about 1 year ago
c5281aefe8d304b3eafcae71fd1b4798371d00ee authored about 1 year ago
Fix pytest
98d8fe870f462e77e0fe6ee038835f80f27a7865 authored about 1 year ago
98d8fe870f462e77e0fe6ee038835f80f27a7865 authored about 1 year ago
Release r2pipe.py 1.8.6
5fda8b3042d849fe05141e62e13028cc4d7d6df3 authored about 1 year ago
5fda8b3042d849fe05141e62e13028cc4d7d6df3 authored about 1 year ago
Add ccall example
9f4748b54d7671111fcb92ea6ffb788a6f51a902 authored about 1 year ago
9f4748b54d7671111fcb92ea6ffb788a6f51a902 authored about 1 year ago
Fix #159 by @ret2c7 - broken python-r2pipe-native on Linux
617ff399f30b266252c28a4cc47b7ddee2200ec1 authored about 1 year ago
617ff399f30b266252c28a4cc47b7ddee2200ec1 authored about 1 year ago
Add missing index.ts
e96e9bdadb9f00c3461940104123820c3bdac069 authored about 1 year ago
e96e9bdadb9f00c3461940104123820c3bdac069 authored about 1 year ago
Release r2pipe.py - 1.8.4
d78ee3bf9de7a6da807483a81ceaaedb4f3b6923 authored about 1 year ago
d78ee3bf9de7a6da807483a81ceaaedb4f3b6923 authored about 1 year ago
oops fix native destructor for python
12543d3eb77ca075dca2be9573f41b9e1446d3c9 authored about 1 year ago
12543d3eb77ca075dca2be9573f41b9e1446d3c9 authored about 1 year ago
Dont initialize native on import time
5c3a0180c747964bb405accc3d34bf175fa55e25 authored about 1 year ago
5c3a0180c747964bb405accc3d34bf175fa55e25 authored about 1 year ago
Add setup.cfg to please twine check dist/*
00f716c1b4b029df93707a7d1942fd9904b3947a authored about 1 year ago
00f716c1b4b029df93707a7d1942fd9904b3947a authored about 1 year ago
Auth twine with token, user auth is no longer supported by pypi
903467c8d49a0f6768279d22b894e2e67d3f38e5 authored about 1 year ago
903467c8d49a0f6768279d22b894e2e67d3f38e5 authored about 1 year ago
Release r2pipe.py 1.8.1
d5ff837d33a3817f79000f278d117ac25199356e authored about 1 year ago
d5ff837d33a3817f79000f278d117ac25199356e authored about 1 year ago
Catch unexpected subprocess crashes during command execution
The subprocess shouldn't ever terminate while it's executing the command. If the process ever ha...
7a6c932de262db4e4b75d2736f89aeb2fca9fec2 authored about 1 year ago
Simplify KeyboardInterrupt handling
63fb28bc9468aa942af02c6d67f32a13d000e64f authored about 1 year ago
63fb28bc9468aa942af02c6d67f32a13d000e64f authored about 1 year ago
Move segfault check outside try/except
0941b4ecfbf35fa41de1efa28cdeb541cee039dc authored about 1 year ago
0941b4ecfbf35fa41de1efa28cdeb541cee039dc authored about 1 year ago
Improve error handling to avoid infinite loop
If the subprocess crashed, we got stuck in an infinite loop because of the bare except clause. T...
49b177ae4a206d295a95662b301a3fbef6dd1c4f authored about 1 year ago
Treat running out of bytes the same as a failed match, like takeWhile in base does, instead of crashing
4e711758d88c9b981a6d0267a05199c0749a23db authored over 1 year ago
4e711758d88c9b981a6d0267a05199c0749a23db authored over 1 year ago
Initial import of the r2pipe support for Vim
cee5d82b82b0bf722ebadc385f840446d9acebf4 authored over 1 year ago
cee5d82b82b0bf722ebadc385f840446d9acebf4 authored over 1 year ago
Initial Crystal example
3a1dba2db43832913f815f3af807f03125d82724 authored over 1 year ago
3a1dba2db43832913f815f3af807f03125d82724 authored over 1 year ago
swiftformat
b1b6023166e45847e0f1afee85a069ecd14921c5 authored over 1 year ago
b1b6023166e45847e0f1afee85a069ecd14921c5 authored over 1 year ago
Massage the r2pipe-swift to build without warnings on 5.8
5037343d1dd8a7368792bc60c9c6a062bd9ccec7 authored over 1 year ago
5037343d1dd8a7368792bc60c9c6a062bd9ccec7 authored over 1 year ago
Use newData
f20521ac3f95d0a28a7f993b19f73c816042254d authored over 1 year ago
f20521ac3f95d0a28a7f993b19f73c816042254d authored over 1 year ago
r2cmd() result is ignorable
154ccadd4306331cda23329508d031e83b1d6981 authored over 1 year ago
154ccadd4306331cda23329508d031e83b1d6981 authored over 1 year ago
Fix assert in example and build for r2pipeNative
* r2pipe module is broken on latest Swift, still needs a rework
ceddc282f79216c50758e80f1729e797aa984765 authored over 1 year ago
Basic example of a core plugin written in Swift
398b80edc206478e0fa230283c6348899839ab42 authored over 1 year ago
398b80edc206478e0fa230283c6348899839ab42 authored over 1 year ago
Skeleton for the ts rewrite of r2pipe.js
955a6da7c0cd981c2d4e57a588800595ad14bc39 authored over 1 year ago
955a6da7c0cd981c2d4e57a588800595ad14bc39 authored over 1 year ago
r2pipe.js 2.8.4
6c3968b8cde7f9d94571360b8b91e8a726fb12ea authored almost 2 years ago
6c3968b8cde7f9d94571360b8b91e8a726fb12ea authored almost 2 years ago
r2pipe.js 2.8.3
2933dcab938332a452ad36007537f80add08c475 authored almost 2 years ago
2933dcab938332a452ad36007537f80add08c475 authored almost 2 years ago
Release r2pipe.js - 2.8.2 - fix typo
dbc8f5e9a29c74a1fd6416b0f1a85d409a6bc7d2 authored almost 2 years ago
dbc8f5e9a29c74a1fd6416b0f1a85d409a6bc7d2 authored almost 2 years ago
Fix typo
896992ac1b3a24e33ea0bc6c990a00c2aede91b7 authored almost 2 years ago
896992ac1b3a24e33ea0bc6c990a00c2aede91b7 authored almost 2 years ago
Release r2pipe.js 2.8.1 - add types
4adda3af789c496cad7be2c61ee7b1ffd56e59d7 authored almost 2 years ago
4adda3af789c496cad7be2c61ee7b1ffd56e59d7 authored almost 2 years ago
Release r2pipe.py-1.8.0
64e7122717440ae79d4fd4443c4df0eec2495252 authored almost 2 years ago
64e7122717440ae79d4fd4443c4df0eec2495252 authored almost 2 years ago
Fix r2pipe-spawn on Windows (delayed response issue)
4c8380bcfda8db0243207cdd05cd4ecc7cc4cc8c authored almost 2 years ago
4c8380bcfda8db0243207cdd05cd4ecc7cc4cc8c authored almost 2 years ago
Aim to fix the r2pipe solution
7ce75baca55377802fc08325adf0e75a9ee64db6 authored almost 2 years ago
7ce75baca55377802fc08325adf0e75a9ee64db6 authored almost 2 years ago
Update project files for .NET 4.8 because 4.5 is no longer supported
7a4bde600db85cf6e26d4030b2ca1ffe98e6f7f5 authored almost 2 years ago
7a4bde600db85cf6e26d4030b2ca1ffe98e6f7f5 authored almost 2 years ago
Update for .NET 4.8 because 4.5 is deprecated
4b2af5c7edecabd8987168287f4515cd4cb8cc6b authored almost 2 years ago
4b2af5c7edecabd8987168287f4515cd4cb8cc6b authored almost 2 years ago
Release radare2-r2pipe 5.7.2
c33feb722f3c0117aa39478258b0b59b7dcf49c6 authored about 2 years ago
c33feb722f3c0117aa39478258b0b59b7dcf49c6 authored about 2 years ago
Release r2pipe.py 1.7.4
c0ab7223554ab9265d7612406fa0b3069a74c4fc authored about 2 years ago
c0ab7223554ab9265d7612406fa0b3069a74c4fc authored about 2 years ago
Fix #155 - Optimize r2pipe as suggested by @jmattheus
* Use bytearray() instead of b""
510b46992300caf9ca634c3c35cd96581dfa14dd authored about 2 years ago
Add CodeQL workflow for GitHub code scanning
fa31c40f23181a0cdc9170da102a15c4990e6042 authored about 2 years ago
fa31c40f23181a0cdc9170da102a15c4990e6042 authored about 2 years ago
Fixes for V and zig implementations
df5c399159cf3dc20d2aa32520d8a89ce9b53e1c authored about 2 years ago
df5c399159cf3dc20d2aa32520d8a89ce9b53e1c authored about 2 years ago
Taken from r2/doc/node.js
1a6752441abd87972598a8882b7db603ce40a59a authored over 2 years ago
1a6752441abd87972598a8882b7db603ce40a59a authored over 2 years ago
Minor zip cleanup
1c32c7a8a2824584d4122358a2f25567f4adccc0 authored over 2 years ago
1c32c7a8a2824584d4122358a2f25567f4adccc0 authored over 2 years ago
Remove unnecessary allocators from the zig implementation
83c419d0abe897b590ba9f141b8abfb3df30bfcf authored over 2 years ago
83c419d0abe897b590ba9f141b8abfb3df30bfcf authored over 2 years ago
Address review comments from #zig-help
d0a3bbf9ee720a90d57307d3a2b28f5571e04d51 authored over 2 years ago
d0a3bbf9ee720a90d57307d3a2b28f5571e04d51 authored over 2 years ago
Initial implementation of r2pipe for Zig
a857172383d9e83ae47c57405837986d1ab1eb24 authored over 2 years ago
a857172383d9e83ae47c57405837986d1ab1eb24 authored over 2 years ago
Bump r2pipe.py 1.7.3
e8647657c195344c8e04a7bbd01b06451f44fb2e authored over 2 years ago
e8647657c195344c8e04a7bbd01b06451f44fb2e authored over 2 years ago
removed time import
b094e3655eb69d0ba14213d60c80bfb6dd18b09c authored over 2 years ago
b094e3655eb69d0ba14213d60c80bfb6dd18b09c authored over 2 years ago
Remove unused variable self.nonblocking, use bulk read 4096 instead of byte by byte, remove sleep that slows everything down a lot.
362f606224b04a25bec907a3dcee1e7ee8c1f06d authored over 2 years ago
362f606224b04a25bec907a3dcee1e7ee8c1f06d authored over 2 years ago
Make the python pipe sync before the initial null byte
06b9f029931723e2b0b113ba99dae4e09e581623 authored over 2 years ago
06b9f029931723e2b0b113ba99dae4e09e581623 authored over 2 years ago
Fix incorrect end of stream check in RunCommand
c82825f5783be56018a900150dc8d90bcd43e12d authored over 2 years ago
c82825f5783be56018a900150dc8d90bcd43e12d authored over 2 years ago
Release 5.7.0
3e59d274e4ccfc9ad125513e30e6b7b7255383ca authored over 2 years ago
3e59d274e4ccfc9ad125513e30e6b7b7255383ca authored over 2 years ago
Add V features in the README
96b6aed898fb88f3b92d9a600ab3c6d66265ac54 authored over 2 years ago
96b6aed898fb88f3b92d9a600ab3c6d66265ac54 authored over 2 years ago
Release r2pipe-1.7.1
826e37bed97a5883fe36d6c7ace7531e11d1016c authored over 2 years ago
826e37bed97a5883fe36d6c7ace7531e11d1016c authored over 2 years ago
Run the new r2pipe tests
99e2cfbc21d4be4bb2d2e20f3d9be9ba2f981385 authored over 2 years ago
99e2cfbc21d4be4bb2d2e20f3d9be9ba2f981385 authored over 2 years ago
Fix hello command on non-windows too and add another test
e1d7cac927ce7036c72b6e783b334855df49f03a authored over 2 years ago
e1d7cac927ce7036c72b6e783b334855df49f03a authored over 2 years ago
Fix r2pipe on windows
24cda00e9d26f7e2c93f84e2908e6d7a91fdcfee authored over 2 years ago
24cda00e9d26f7e2c93f84e2908e6d7a91fdcfee authored over 2 years ago
Release r2pipe.py-1.7.0
f7717a60e6d4b113776eca455d10ecb0a28f01d8 authored over 2 years ago
f7717a60e6d4b113776eca455d10ecb0a28f01d8 authored over 2 years ago
Add Windows null byte check at start of pipe read
e3b54c17e9812cbbdb3e84a4e96adf3c74b6b772 authored over 2 years ago
e3b54c17e9812cbbdb3e84a4e96adf3c74b6b772 authored over 2 years ago
Make sleep time after pipe read configurable
9a17942abe3091334b767c1ac27be5f5084f070b authored over 2 years ago
9a17942abe3091334b767c1ac27be5f5084f070b authored over 2 years ago
Add cmdjStruct to fill a struct passed by reference ##golang
* Add test example
89154710923a1fb328ba1c243a4d240e9e988fa4 authored about 3 years ago
Update from radare/r2pipe.go
bf06efdf31e6d1e09a09ef14298a14ceb0273d13 authored about 3 years ago
bf06efdf31e6d1e09a09ef14298a14ceb0273d13 authored about 3 years ago
Release r2pipe.py 1.6.6
e68d2b7165565f17cd700d4afde07bafedc779d0 authored about 3 years ago
e68d2b7165565f17cd700d4afde07bafedc779d0 authored about 3 years ago
Dont fail in cmdj on empty strings
b76e9f68a695a0823abc74ef69065580217b7cd2 authored about 3 years ago
b76e9f68a695a0823abc74ef69065580217b7cd2 authored about 3 years ago
Guard on empty queue for r2ws
776d3291b87cb76fbcd27a3d55443cd900aed1ed authored about 3 years ago
776d3291b87cb76fbcd27a3d55443cd900aed1ed authored about 3 years ago
Cleanup ws
512f76adddd235c1cd6f34905d5d09d2bd5cbab6 authored about 3 years ago
512f76adddd235c1cd6f34905d5d09d2bd5cbab6 authored about 3 years ago
Initial websocket r2pipe implementation
103ac7c253bf29747a855af54c8e6c1f538e7687 authored about 3 years ago
103ac7c253bf29747a855af54c8e6c1f538e7687 authored about 3 years ago
Do not turn off cache usage when invalidate_cache is called
e264ec56429d5f8a3d9821511e0d7a59013ac6c7 authored over 3 years ago
e264ec56429d5f8a3d9821511e0d7a59013ac6c7 authored over 3 years ago
Add readme
ac8b881a97220cf6645aef462b000ee31247c4d1 authored over 3 years ago
ac8b881a97220cf6645aef462b000ee31247c4d1 authored over 3 years ago
Initial implementation of r2pipe for REXX
846c98606d1be9f07fb0def833e4674c34be3419 authored over 3 years ago
846c98606d1be9f07fb0def833e4674c34be3419 authored over 3 years ago
Fix ccall:// on sync and release 1.6.3
c35a02dae3bfa98cfe055d50472ddf8f4d94786f authored over 3 years ago
c35a02dae3bfa98cfe055d50472ddf8f4d94786f authored over 3 years ago
Fix opening relative files with ccall:// on r2pipe.py
1e0c95254f47c8ce401c58a194a28f264bfabb8c authored over 3 years ago
1e0c95254f47c8ce401c58a194a28f264bfabb8c authored over 3 years ago
Release 5.4.0
4a8e6389fb95656a25a07f94ab740ec86bbad0f4 authored over 3 years ago
4a8e6389fb95656a25a07f94ab740ec86bbad0f4 authored over 3 years ago
Release r2pipe.py 1.6.1
c93971c46e59091e4ce0e37b28de71633dc39483 authored over 3 years ago
c93971c46e59091e4ce0e37b28de71633dc39483 authored over 3 years ago
Fix CI hang caused by the .quit() regression
8cc3faedb0626ce9309ba64abf1c3dbde857d1ed authored over 3 years ago
8cc3faedb0626ce9309ba64abf1c3dbde857d1ed authored over 3 years ago
improve
c98aa922460500f011f4e23a0842be1637bd0815 authored over 3 years ago
c98aa922460500f011f4e23a0842be1637bd0815 authored over 3 years ago
Aim to fix the racy reads on sync spawn r2pipe.py
9706a2eeecee9e24b223a463dd531cf96a272a95 authored over 3 years ago
9706a2eeecee9e24b223a463dd531cf96a272a95 authored over 3 years ago
Implement r2pipe.cache for r2pipe.py (#138)
94e404be7427fc61d924b65b2942f8904b304efe authored over 3 years ago
94e404be7427fc61d924b65b2942f8904b304efe authored over 3 years ago
Fix ccall py3 support and ci testing for r2pipe.py
2b2a29c364b28a614c8827167334b1e141d9321f authored over 3 years ago
2b2a29c364b28a614c8827167334b1e141d9321f authored over 3 years ago
python things
8a1ebf29dcf106bb3695aba8b5677d00da77f5f4 authored over 3 years ago
8a1ebf29dcf106bb3695aba8b5677d00da77f5f4 authored over 3 years ago
Release r2pipe.py-1.5.5
40de58ea722e91050c2ee33de3eaaf40fee438c9 authored over 3 years ago
40de58ea722e91050c2ee33de3eaaf40fee438c9 authored over 3 years ago
Fix another unhandled exception on quit
4a7402b97e48911557983bf7f894edfb61e34fd2 authored over 3 years ago
4a7402b97e48911557983bf7f894edfb61e34fd2 authored over 3 years ago
Release r2pipe.py 1.5.4
aca1c613be8f7a3314825ae2c26c857b1d0106b4 authored over 3 years ago
aca1c613be8f7a3314825ae2c26c857b1d0106b4 authored over 3 years ago
Fix infinite loop on r2.quit()
81e11b935c7d5cf8d81827881903cc7089821244 authored over 3 years ago
81e11b935c7d5cf8d81827881903cc7089821244 authored over 3 years ago
Release 5.3.0
15a1b37258f705e365647f371b9a37ca5e468a2f authored over 3 years ago
15a1b37258f705e365647f371b9a37ca5e468a2f authored over 3 years ago
Added better Clojure support + features
1ef6cb00f01cd3250663c29b1eb89f4246058bc1 authored over 3 years ago
1ef6cb00f01cd3250663c29b1eb89f4246058bc1 authored over 3 years ago
Version bump for r2pipe-promise 1.6.1
cef4239a48b81c8a5a00fdf7e2617d70307f5d46 authored almost 4 years ago
cef4239a48b81c8a5a00fdf7e2617d70307f5d46 authored almost 4 years ago
Add setBinPath to r2pipe-promise
r2pipe allows setting the path on the r2bin property,
but it is not exposed by r2pipe-promise
Release 5.1.0 - just for the version bump
4e8baade815fdbbac359e3f8d185287e761d7f97 authored almost 4 years ago
4e8baade815fdbbac359e3f8d185287e761d7f97 authored almost 4 years ago