diff options
author | bitform <matt@exploit-monday.com> | 2013-01-19 16:13:17 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2013-01-19 16:13:17 -0500 |
commit | fcb17a423678dbc5b6acf663df0ebe9d7cfbba17 (patch) | |
tree | 891c9ad2a51615618579c3307510eed4d4d8f169 | |
parent | 773af257bb4970ff5aaa594eafe73204935dd3a6 (diff) | |
download | PowerSploit-fcb17a423678dbc5b6acf663df0ebe9d7cfbba17.tar.gz PowerSploit-fcb17a423678dbc5b6acf663df0ebe9d7cfbba17.zip |
Removed old release notes.
-rw-r--r-- | Release_Notes.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Release_Notes.txt b/Release_Notes.txt deleted file mode 100644 index 4fc2004..0000000 --- a/Release_Notes.txt +++ /dev/null @@ -1,17 +0,0 @@ -05/26/2012
-----------
-
-* All the features of PowerSyringe have now been split up into separate scripts which now fall under the PowerSploit project.
-* Completely rewrote the PowerSyringe code from scratch.
-* All scripts are now in conformance with proper PowerShell verb-noun agreement.
-* All the scripts are entirely memory-resident now. This feature is possible through reflection. For more information on the implementation details, read my blog post: http://www.exploit-monday.com/2012/05/accessing-native-windows-api-in.html
-* Improved error handing. Error handlers should pick up on every fault now.
-* Added calls to VirtualFree for proper cleanup.
-* Detailed output is now displayed when the -Verbose option is enabled.
-* CreateThread assembly stub is now implemented in a function and is much more readable.
-
-
-Original Powersyringe
----------------------
-
-The original Powersyringe can still be found in my Google Docs page: https://docs.google.com/open?id=0B-K55rLoulAfOGZiYjQzZGEtMGE5NC00NDgwLThmYjctZjc5YmIxNDQ5ZTE2
|