Code Monkey home page Code Monkey logo

Comments (11)

h33p avatar h33p commented on July 4, 2024

Alright noted down. The current method seems unsustainable, I believe the correct approach would be to parse that from ntoskrnl headers if the information is there. I'll try to fix this tomorrow.

from vmread.

Ynob2000 avatar Ynob2000 commented on July 4, 2024

Do you know what would be the correct return value so i could patch the function in the meantime?

from vmread.

h33p avatar h33p commented on July 4, 2024

19041, of course

from vmread.

h33p avatar h33p commented on July 4, 2024

But chances are, the offsets have also changed, you may need to fix those up as well

from vmread.

Ynob2000 avatar Ynob2000 commented on July 4, 2024

Yeah it gives me segfault when i return this value, there must be something wrong somewhere else

from vmread.

h33p avatar h33p commented on July 4, 2024

Yes, kernel structure offsets must be out of date. I will get around to fixing it when I get 2004 on my system, but I don't know when.

from vmread.

xnuken avatar xnuken commented on July 4, 2024

Is there any progress on this?

from vmread.

h33p avatar h33p commented on July 4, 2024

This particular issue has been resolved, however, the kernel offsets are still wrong. thus the process list will be incorrect. Someone can submit a PR with conditional offsets added for builds >= 19041 in wintools

from vmread.

CrazyHater avatar CrazyHater commented on July 4, 2024

Any help as to where i can find/dump these offsets?

from vmread.

h33p avatar h33p commented on July 4, 2024

Windbg provides a way to print data tables (dt!nt or something like that), the names in wintools, however, are very much shortened, so you would have to guess, or compare with the names at around the same offsets (they rarely change much, but rather by a few multiples of 8 bytes)

from vmread.

h33p avatar h33p commented on July 4, 2024

Fixed in #32

from vmread.

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.