Giter VIP home page Giter VIP logo

Comments (8)

0vercl0k avatar 0vercl0k commented on July 24, 2024

from winafl.

abhishiktvv avatar abhishiktvv commented on July 24, 2024

Thanks @0vercl0k , actually i cannot use offset since i want to fuzz a managed code application . where we get MSIL so it's offset will be not static. could you give me any idea of fuzzing managed code applications
Thanks in advance. :)

from winafl.

0vercl0k avatar 0vercl0k commented on July 24, 2024

from winafl.

ivanfratric avatar ivanfratric commented on July 24, 2024

Out of curiosity, what do you hope to achieve by fuzzing a managed code application? WinAFL is primarily designed to catch memory safety issues (memory access violations etc.) and those shouldn't be present in managed code (unless your intention is to fuzz the interpreter itself). If your managed code app loads a native code library and you want to fuzz that, then writing your own harness around the library might be a better approach.

from winafl.

abhishiktvv avatar abhishiktvv commented on July 24, 2024

from winafl.

ivanfratric avatar ivanfratric commented on July 24, 2024

-fuzz_method is now going to look up debug symbols as well as exported symbols

from winafl.

florax-k avatar florax-k commented on July 24, 2024

Is there a way to indicate where the debug symbols are located? I have the pdb file in the same directory as the exe, and I'm able to see the debug symbols in WinDbg, but when I run drrun.exe (step 2 of general steps) with the same format as the example command, it's unable to find the debug symbol (I'm using the symbol Main).

from winafl.

florax-k avatar florax-k commented on July 24, 2024

The other way I tried to attach it was with target_offset instead, but the offset I calculated from the addresses in WinDbg resulted in "WARNING: Target function was never called. Incorrect target_offset?" in the log.

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.