aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-KernelModuleInfo.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-05-12Removing Get-KernelModuleInfoMatt Graeber1-238/+0
Making way for Get-NtSystemInformation. Loaded kernel module information can be viewed with `Get-NtSystemInformation -ModuleInformation`
2013-01-21Consistency improvements in comment-based helpbitform1-1/+1
2013-01-20Removed logic in scripts to load ps1xml filesbitform1-8/+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/+246
* 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.