Search:

Type: Posts; User: nadia_tarik

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,059

    KPROCESS (PCB) structure and registers

    Hello
    I’ve read about KPROCESS in Windows Vista, which is also called PCB, as I understood from my reading in chapter 5, in the “Windows Internals” book, 5th ed. I’m working with Windows 7.
    I need...
  2. Replies
    4
    Views
    11,334

    I got such errors before when I've tried to...

    I got such errors before when I've tried to include ntddk.h and other DDK header files in VC++ file. and because I couldn't find a solution, I wrote a driver to reach the functions belong to ntdd.h...
  3. Replies
    3
    Views
    1,991

    Yes all I want is the segments of my process. ...

    Yes all I want is the segments of my process.
    The problem was that I don't know how to get the address, I didn't read about VirtualQueryEx() before.

    I'll try this methods.

    Thank you very much...
  4. Replies
    3
    Views
    1,991

    Reading process address space

    hello,

    I'm working with windows 7, my reaserch is about process migration, I want to access the process's code and data segments, so I tried to get the LDT descriptor, I made a driver to access...
Results 1 to 4 of 4