Skip to content

Commit 7602e6f

Browse files
committed
Merge branch 'patch-6' of git://github.com/mubix/metasploit-framework into mubix-patch-6
2 parents 9825b07 + b3118af commit 7602e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_kernel32.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3530,7 +3530,7 @@ def self.create_dll(dll_path = 'kernel32')
35303530

35313531
dll.add_function( 'WriteProcessMemory', 'BOOL',[
35323532
["HANDLE","hProcess","in"],
3533-
["PBLOB","lpBaseAddress","in"],
3533+
["LPVOID","lpBaseAddress","in"],
35343534
["PBLOB","lpBuffer","in"],
35353535
["DWORD","nSize","in"],
35363536
["PDWORD","lpNumberOfBytesWritten","out"],

0 commit comments

Comments
 (0)