radareorg / radare2-r2pipe

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

R2Pipe Python can't load project files without binary #14

Open katshup opened 7 years ago

katshup commented 7 years ago

Due to how the filename argument is passed into subprocess.Popen, I cannot pass in the flags to open r2 with a project file without needing to also supply an actual binary.

I think R2Pipe should allow a user to specify a project file or an actual binary to open r2 with.

radare commented 7 years ago

Right. Any proposal to change the api?

On 2 Mar 2017, at 21:12, Carlos Cheung notifications@github.com wrote:

Due to how the filename argument is passed into subprocess.Popen, I cannot pass in the flags to open r2 with a project file without needing to also supply an actual binary.

I think R2Pipe should allow a user to specify a project file or an actual binary to open r2 with.

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