summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2014-01-27 23:43:25 +0000
committerOlivier Gayot <duskcoder@gmail.com>2014-01-27 23:45:21 +0000
commit9756784b22d6be33683b9ecb3040c67685d354f7 (patch)
treec06b2df5368a303036cd451b67cdb5f5915ce13b /NEWS
parent4bf33acfc969aa9b45470c481ec303ab7cdc9625 (diff)
add the option --shellcode
the user is now able to get a list of common shellcodes to append between the null bytes and the suffix closes #1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..93309ae
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,3 @@
+01/27/14
+The support of the option --shellcode has been implemented.
+When the user specifies this option, a list of common shellcodes is displayed and the user is able to select one of them.