aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/ReverseEngineering.psd1
AgeCommit message (Collapse)AuthorFilesLines
2013-06-05Added New-Object proxy functionMatt Graeber1-1/+1
You can provide a CLSID (i.e. a Guid) to New-Object via the -ComObject parameter in addition to a ProgId.
2013-05-12Added Get-NtSystemInformationMatt Graeber1-4/+5
Get-NtSystemInformation is a wrapper function for NtQuerySystemInformation. It is a swiss-army knife tool for obtaining internal OS information. It can currently be used to query the following: global flags, handles, objects, kernel pool allocations, and loaded kernel modules
2013-01-20Updated module manifest file listingbitform1-1/+1
2013-01-20Removed logic in scripts to load ps1xml filesbitform1-1/+1
* 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/+90
* 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.