viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 350 forks source link

Display problem using radare2 within the viper #354

Closed Maijin closed 9 years ago

Maijin commented 9 years ago

I'm encountering a display issue using @radare within the viper. The visual mode isn't responsive, and when quitting it's doing weird stuff see this asciinema: http://radare.tv/a/103

botherder commented 9 years ago

We need to refactor that module using r2pipe. Perhaps that will solve the issue.

Maijin commented 9 years ago

Although the r2pipe need a module, that is clear, I don't think the r2pipe is a good idea for Visual Mode since normally it is disabled.