poliva / radare-installer

Application to easily download and install radare2 on android devices
16 stars 11 forks source link

Opening a null file or unexistent file in console mode fails #4

Open radare opened 10 years ago

radare commented 10 years ago

No error is reported. only console is closed quickly. the ui should check first if the file exists if the path begins with /. Otherwise just relay on r2 output (read A after r2 exection to avoid having a spurious terminal close).