Skip to content

Reads a process's PEB (Process Environment Block) data structure and returns the process's command line parameters

Notifications You must be signed in to change notification settings

sc1341/Read-Process-PEB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Read-Process-PEB

Reads a process's PEB (Process Environment Block) data structure and returns the process's command line parameters

Example Usage

C:\Users\User>Read-Other-Process-PEB.exe 9308

Image Path: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Command Line: powershell.exe  -NoLogo

About

Reads a process's PEB (Process Environment Block) data structure and returns the process's command line parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages