aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-StructFromMemory.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-08-17Explicitly casting types as [Type]v2.2Matt Graeber1-3/+3
The latest version of .NET added generics to many of the InteropService methods. Therefore, all of my uses of types need to be explicitly cast with [Type].
2013-01-21Consistency improvements in comment-based helpbitform1-1/+1
2013-01-19Renamed RE_Tools. Now ReverseEngineering modulebitform1-0/+203
* 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.