aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/ReverseEngineering.psm1
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2013-01-19 18:59:40 -0500
committerbitform <matt@exploit-monday.com>2013-01-19 18:59:40 -0500
commit3c87916e19a942d3168cbe8cf37d0e380cdd865b (patch)
tree3e2d5d44dd2cedac7a1eded3bdde3ed618f53730 /ReverseEngineering/ReverseEngineering.psm1
parentfcb17a423678dbc5b6acf663df0ebe9d7cfbba17 (diff)
downloadPowerSploit-3c87916e19a942d3168cbe8cf37d0e380cdd865b.tar.gz
PowerSploit-3c87916e19a942d3168cbe8cf37d0e380cdd865b.zip
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.
Diffstat (limited to 'ReverseEngineering/ReverseEngineering.psm1')
-rw-r--r--ReverseEngineering/ReverseEngineering.psm11
1 files changed, 1 insertions, 0 deletions
diff --git a/ReverseEngineering/ReverseEngineering.psm1 b/ReverseEngineering/ReverseEngineering.psm1
new file mode 100644
index 0000000..5bb81d3
--- /dev/null
+++ b/ReverseEngineering/ReverseEngineering.psm1
@@ -0,0 +1 @@
+Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName} \ No newline at end of file