radareorg / radare2-r2pipe

Access radare2 via pipe from any programming language!
388 stars 99 forks source link

Merge r2pipe.py and -async #7

Open radare opened 8 years ago

radare commented 8 years ago

cc @cr0hn

gtors commented 7 years ago

@radare Can you disclose details?

radare commented 7 years ago

Theres a python -async implementation of r2pipe, but it is separated from the standard r2pipe one that everybody uses. The nodejs api supports sync and async operations. The idea behind this issue is to merge both implementations into the sync one. To have async r2pipe support via pip and write proper tests for it

On 19 Dec 2016, at 20:10, Andrey Torsunov notifications@github.com wrote:

@radare Can you disclose details?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

GiuseppeLaurenza commented 6 years ago

there is any news about async command with python?

radare commented 6 years ago

No one did anything to merge those two modules. So i dont know

On 5 Dec 2017, at 16:01, GiuseppeLaurenza notifications@github.com wrote:

there is any news about async command with python?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Maijin commented 5 years ago

@aronsky if you want to work on something that could benefit a lot of users^

aronsky commented 5 years ago

Will try to take a look at this.