aboutsummaryrefslogtreecommitdiff
path: root/RE_Tools/Get-StructFromMemory.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-01-02Added Get-StructFromMemorybitform1-0/+201
Marshals data from an unmanaged block of memory in an arbitrary process to a newly allocated managed object of the specified type. In other words, it will parse and return a structure at a known memory address in any process.