Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.805 Beiträge
 
#1

Getting the environment variables of an external x86 process

  Alt 27. Mai 2012, 00:50
To locate the Environment Variables of a process you must access the PEB (Process Enviroment Block) of the application and follow this secuence to resolve the address of this buffer. PEB -> ProcessParameters(RTL_USER_PROCESS_PARAMETERS) -> Environment (Pointer) This is the definition of the ...

More...
  Mit Zitat antworten Zitat