aboutsummaryrefslogtreecommitdiff
path: root/Exfiltration/Out-Minidump.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-2/+2
2013-08-17Out-Minidump now provides descriptive outputMatt Graeber1-2/+2
Out-Minidump now outputs a FileInfo object (i.e. the same output as Get-ChildItem) upon successfully creating a dump file.
2013-05-18"Best practice" improvements to Out-MinidumpMatt Graeber1-42/+39
2013-05-15Added Out-MinidumpMatt Graeber1-0/+133
Out-Minidump writes a process dump file with all process memory to disk. This is similar to running procdump.exe with the '-ma' switch.