aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-PEB.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11Latest version of .NET Framework broke Get-PEBMatt Graeber1-12/+12
To fix this, I needed to explicitly cast types in the SizeOf and PtrToStructure methods.
2013-05-31Fixed architecture detection bug in Get-PEBMatt Graeber1-1/+1
I was checking processor architecture when I should have been checking OS architecture.
2013-05-24Get-PEB now parses _RTL_USER_PROCESS_PARAMETERSMatt Graeber1-1/+87
2013-01-21Consistency improvements in comment-based helpbitform1-1/+1
2013-01-20Removed logic in scripts to load ps1xml filesbitform1-11/+0
* Now that PETools and ReverseEngineering are both full-fledged modules with proper manifests, the manifests will take care of loading the appropriate ps1xml files. * Added Usage.txt to ReverseEngineering module.
2013-01-19Renamed RE_Tools. Now ReverseEngineering modulebitform1-0/+1017
* I renamed RE_Tools to ReverseEngineering and made it a module. * Slight consistency modifications were made to documentation. * This is one step in the process of modularizing all of PowerSploit.