Merge branch 'patch-6' of git://github.com/mubix/metasploit-framework into mubix-patch-6

This commit is contained in:
sinn3r 2012-12-18 01:15:01 -06:00
commit 7602e6f3ca
1 changed files with 1 additions and 1 deletions

View File

@ -3530,7 +3530,7 @@ class Def_kernel32
dll.add_function( 'WriteProcessMemory', 'BOOL',[
["HANDLE","hProcess","in"],
["PBLOB","lpBaseAddress","in"],
["LPVOID","lpBaseAddress","in"],
["PBLOB","lpBuffer","in"],
["DWORD","nSize","in"],
["PDWORD","lpNumberOfBytesWritten","out"],