Giter VIP home page Giter VIP logo

Comments (2)

ifratric avatar ifratric commented on July 24, 2024

Hi

i have 2 questions regarding winafl

suppose i have binary test in which i have 2 modules test1.dll and
test2.dll which coincidentally have same offset for different functions
like 0202221111 and 303331111 which will be 1111 in both cases which gives
us instrumentation data and is fuzzable how to identify which is the
correct one
how can we follow the approach i think its a silly question but still
had a doubt so asked .

That's what the -target_module flag is for. If you want to fuzz a function
in test1.dll then it would be
-target_module test1.dll -target_offset 1111
otherwise
-target_module test2.dll -target_offset 1111

how to analyze hangs and crashes with winafl

winafl doesn't currently include any tools to analyze crashes, its purpose
is just to find them. For analyzing crashes, I'd say just fire up your
favorite debugger :-)

from winafl.

romi007r avatar romi007r commented on July 24, 2024

i figured it out after a few tests
thanks for the response

whats should be the ideal approach if test case can't be reproduced
or how to proceed after we have got the a testcase in crash folder
any suggestions

Thanks again @ifratric 👍

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.