Files
PowerShellMafia-PowerSploit/ReverseEngineering/ReverseEngineering.psm1
T
bitform 3c87916e19 Renamed RE_Tools. Now ReverseEngineering module
* 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.
2013-01-19 18:59:40 -05:00

1 line
69 B
PowerShell

Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}