carbonblack / binee

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

Report error to user if analysis is aborted prematurely #46

Open mewmew opened 4 years ago

mewmew commented 4 years ago

As seen in #45, an analysis may be aborted before reaching the proper end of execution if binee runs into a scenario where it cannot continue analysis; such as an indirect call to an address for which no code is mapped or hooked.

To help users of binee assess the situation an error should be reported to the user, indicating that the analysis was aborted prior to completion.