aboutsummaryrefslogtreecommitdiff
path: root/RE_Tools/Get-KernelModuleInfo.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-01-19Renamed RE_Tools. Now ReverseEngineering modulebitform1-244/+0
* 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.
2012-12-30Fixed several bugs in Get-KernelModuleInfobitform1-8/+3
* The script now silently continues if the ps1xml file is not present. * Removed compiler parameter code. This was a remnant of the first version of Get-KernelModuleInfo when it compiled code. * Improved the heuristics for determining when the last kernel module is encountered.
2012-12-16Improved Get-KernelModuleInfobitform1-59/+108
Get-KernelModuleInfo utilizes reflection exclusively now and no longer requires compilation of C# code. This means that is runs entirely in memory.
2012-12-16Added Get-KernelModuleInfobitform1-0/+200
Returns loaded kernel module information.