radareorg / radeco

radare2-based decompiler and symbol executor
368 stars 51 forks source link

Python bindings #290

Open XVilka opened 8 years ago

XVilka commented 8 years ago

The same way r2 has. May be even allow access to some 'internal' information via r2pipe (make it radeco pipe too?).

radare commented 8 years ago

Pipe only permits strings back and forth. To add access tomore private stuff like being able to register plugins like rlang does requires specia lang module, that only works when runnimg python from inside r2. I plan to add more r2plugin extensions for js and py. Just wondering which are the prioritirs and if that really matters for other langs. Scheme would be cool :D

On 03 Jun 2016, at 09:08, Anton Kochkov notifications@github.com wrote:

The same way r2 has. May be even allow access to some 'internal' information via r2pipe (make it radeco pipe too?).

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

sushant94 commented 8 years ago

I think we can make a rust -> python interface. This is on my long term plans, to make python bindings to use radeco.