Updated README, include the templates and other src

git-svn-id: file:///home/svn/framework3/trunk@5637 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2008-08-22 18:45:33 +00:00
parent ed379dddf5
commit 7d2bb9536a
17 changed files with 15964 additions and 3 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
This directory contains the win32 payload development environment used
for creating the payloads in version 3 of the Metasploit Framework.
The 'nasm' executable must be in your path to use the included build tool.
The 'nasm' executable must be in your path to use the included build.sh tool.
The included 'build' script automatically creates a number of file types
each time it used to compile a payload. These file types are:
@@ -13,6 +13,6 @@ each time it used to compile a payload. These file types are:
The PE executable templates were developed by 'rix' and used with permission.
To use this script, simply run ./build <name of payload>, where the name
To use this script, simply run ./build.sh <name of payload>, where the name
does not include the ".asm" suffix. To build win32_stage_api.asm, the
command line would be "./build win32_stage_api".
command line would be "./build.sh win32_stage_api".