radareorg / radare2-r2pipe

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

Fix/r2pipe python improve open exception handling #128

Closed as0ler closed 3 years ago

as0ler commented 3 years ago

Checklist

Description

r2pipe for python now throws an exception when opening a file or a process that does not exist.

Moreover, some unit and integration tests have been added using pytest and coverage in the pipeline.