Giter VIP home page Giter VIP logo

Comments (6)

ifratric avatar ifratric commented on July 24, 2024

test_gdiplus.exe is a real-world target and it's not expected that a crash would be found so quickly. While the test_gdiplus.exe binary is small, it's actually intended to find bugs in gdiplus.dll and WindowsCodecs.dll which are Windows image parsing libraries. Any crash found by it could potentially be an actual vulnerability in Windows OS with security implications.

from winafl.

AndyElGang avatar AndyElGang commented on July 24, 2024

test_gdiplus.exe is a real-world target and it's not expected that a crash would be found so quickly. While the test_gdiplus.exe binary is small, it's actually intended to find bugs in gdiplus.dll and WindowsCodecs.dll which are Windows image parsing libraries. Any crash found by it could potentially be an actual vulnerability in Windows OS with security implications.

from winafl.

AndyElGang avatar AndyElGang commented on July 24, 2024

Collaborator

Hold on Ifratric could you give me your contact info? Because I could really use your help and so that we don't take ages to respond, totally up to you tho

from winafl.

AndyElGang avatar AndyElGang commented on July 24, 2024

And if you don't mind me asking, where does that offset even come from? Like I tried searching for 0x1270 all around in IDA and found nothing in the test_gdiplus.exe

from winafl.

ifratric avatar ifratric commented on July 24, 2024

Target offset is the offset of the target function (in examples, usually main, test_target, fuzz or something similar) in memory, starting from the module header. Note that the offset can change every time the target program is recompiled, the exact values given in examples are not guaranteed to be correct.

from winafl.

AndyElGang avatar AndyElGang commented on July 24, 2024

Target offset is the offset of the target function (in examples, usually main, test_target, fuzz or something similar) in memory, starting from the module header. Note that the offset can change every time the target program is recompiled, the exact values given in examples are not guaranteed to be correct.

But if I run the command with any other offset, I get an error
Capture
Capturse

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.