Giter VIP home page Giter VIP logo

Comments (4)

ifratric avatar ifratric commented on July 24, 2024 1

Note that the pop-up is generated by the debug build of your target, not WinAFL. In the debug build, Visual Studio inserts additional checks and if erroneous condition is discovered, a popup such as the one you observed is created. These types of errors are different from program crashes and are not currently caught by WinAFL. In your example WinAFL does notice an exception with the code 0x406d1388 being raised, but I'm not sure treating this exception code as a crash is a good idea because the same exception code might be used during the normal functioning of the program (see for example: https://msdn.microsoft.com/en-us/library/xcb2z8hs.aspx). If you want to, you can create your own WinAFL build and add this exception code to the onexception() function inside winafl.c. Until then WinAFL is going to report this type of error as a hang. Note that this should only cause slowdowns if such errors happen very often in the target app.

BTW WinAFL treats the following exception coded as crashes
EXCEPTION_ACCESS_VIOLATION
EXCEPTION_ILLEGAL_INSTRUCTION
EXCEPTION_PRIV_INSTRUCTION
EXCEPTION_STACK_OVERFLOW

from winafl.

ivanfratric avatar ivanfratric commented on July 24, 2024

Are you running against a debug or a release build of your target?

from winafl.

bytems avatar bytems commented on July 24, 2024

I'm running a debug build. I never tried running on a release build.

from winafl.

bytems avatar bytems commented on July 24, 2024

Thank you ifratric. Switching to Release build solved my issue.

from winafl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.