Giter VIP home page Giter VIP logo

Comments (7)

HoShiMin avatar HoShiMin commented on September 13, 2024 1

@klinyecviktor, you can find base addresses of all images of process in the PEB::Ldr field (it has PPEB_LDR_DATA type). And you can obtain a PEB address using ZwQueryInformationProcess with the ProcessBasicInformation class.

from kernel-bridge.

klinyecviktor avatar klinyecviktor commented on September 13, 2024

Just checked it
It works well with notepad.exe, but with the process I'm trying to work it does not.

Maybe related to this old issue?

from kernel-bridge.

HoShiMin avatar HoShiMin commented on September 13, 2024

How can I reproduce it in easy way? What type of memory are you want to read (what protection flags does it have - PAGE_***)? What type of process (x32/x64/maybe UWP...)?

from kernel-bridge.

klinyecviktor avatar klinyecviktor commented on September 13, 2024

Sorry, I'm not sure how to reproduce it without running that process.
The process is 64bit.

Regarding protection flags, is there a API to get protection flags?
Thanks in advance.

from kernel-bridge.

HoShiMin avatar HoShiMin commented on September 13, 2024

@klinyecviktor, for example, you can see these rights in ProcessHacker or by VirtualQuery API.
And whether this failure appears in other programs or in this exactly process only?

from kernel-bridge.

klinyecviktor avatar klinyecviktor commented on September 13, 2024

@HoShiMin Sorry, seems like the issue was caused by wrong Address
Driver works well

Is there an API method to get process Base Address?

from kernel-bridge.

klinyecviktor avatar klinyecviktor commented on September 13, 2024

Thanks a lot!

from kernel-bridge.

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.