sushant94 / rune

rune - radare2 based symbolic emulator
Apache License 2.0
26 stars 5 forks source link

Easy creation of FileStream #8

Open sushant94 opened 8 years ago

sushant94 commented 8 years ago

Implement From<R2Stream> for FileStream in order to convert R2Stream into a FileStream. This allows radare2 to be closed and additionally provides a way to construct files that can be reused for further tests wihtout depending on radare2.