GithubHelp home page GithubHelp logo

Comments (6)

SkyLined avatar SkyLined commented on May 12, 2024

Are you running without page heap? If so, you won't see proper results. I'll update the documentation to mention this explicitly. You can use pageheap.cmd to turn it on.

from bugid.

bnagy avatar bnagy commented on May 12, 2024

Derp. OK, I just manually turned on pageheap with +02109870 for the test binary. The UAF now "works", but I am seeing more failures:

EDIT: are these failures? If not it's confusing output ;)

c:\BugId-master>Tests.py
* Starting tests...
cdb:stderr>R6025
cdb:stderr>- pure virtual function call
- AccessViolation READ 1 =AMD64=> AVR:NULL+X
    => A34E AVR:NULL+ODD Tests_x64.exe!wmain (Access violation while reading memory at 0x1 using a NULL ptr)

c:\BugId-master>Tests.py
* Starting tests...
cdb:stderr>R6025
cdb:stderr>- pure virtual function call
- AccessViolation READ FFFFFFFFFFFFFFFF =AMD64=> AVR:NULL-X
    => A34E AVR:NULL-ODD Tests_x64.exe!wmain (Access violation while reading memory at 0xFFFFFFFFFFFFFFFF using a NULL ptr)

from bugid.

SkyLined avatar SkyLined commented on May 12, 2024

That's my bad: I made some changes to the code to replace +/-X with +/-ODD/EVEN and forgot to include the update to the tests in my commit. It's already fixed, but I haven't uploaded the code and won't be able to do so until next week....

You can manually replace +X with +ODD/+EVEN as needed in tests.py or wait for my commit next week... Sorry about that :S

from bugid.

bnagy avatar bnagy commented on May 12, 2024

Confirm - replaced all -X with -ODD and I get a clean pass. Thanks for the help! I will leave this open in case anyone else hits it...

from bugid.

SkyLined avatar SkyLined commented on May 12, 2024

... And as reminder for me to commit this :) thank you for the feedback,
much appreciated!
On Sep 22, 2015 11:11 AM, "Ben Nagy" [email protected] wrote:

Confirm - replaced all -X with -ODD and I get a clean pass. Thanks for the
help! I will leave this open in case anyone else hits it...


Reply to this email directly or view it on GitHub
#2 (comment).

from bugid.

SkyLined avatar SkyLined commented on May 12, 2024

I've updated the documentation to explain the use of pageheap.cmd and gflags.exe. I've also uploaded the fix for the +X/+ODD/+EVEN bug.

The tests.py output leaves some things to be desired and not all tests are working as expected yet. I hope to improve it over time. (Yes, those were errors)

from bugid.

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.