Update documentation

Fix broken English
unstable
sinn3r 2013-06-28 13:03:05 -05:00
parent b7430cb569
commit 554d738f26
1 changed files with 3 additions and 3 deletions

View File

@ -7,14 +7,14 @@ module Windows
module Process
##
# execute_shellcode(shellcode, shell_addr)
# execute_shellcode(shellcode, shell_addr, pid)
#
# Summary:
# Injects shellcode to the a process, and executes it
# Injects shellcode to a process, and executes it
#
# Parameters:
# shellcode - The shellcode to execute
# base_addr - Tha base address to allocate
# base_addr - Tha base address to allocate memory
# pid - The process ID to inject to
#
# Returns: