carbonblack / binee

Binee: binary emulation environment
GNU General Public License v2.0
502 stars 73 forks source link

windows: handle error from LoadPeFile #36

Closed mewmew closed 4 years ago

mewmew commented 4 years ago

Prior to this commit, running binee doesnotexist.exe resulted in a nil-deref crash. Now it results in the following error message:

$ binee doesnotexist.exe
2019/11/21 23:30:33 Error opening doesnotexist.exe file: open doesnotexist.exe: no such file or directory

Fixes #35.