We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec63f8f + bc42ac5 commit 8e71004Copy full SHA for 8e71004
lib/msf/core/payload/windows/prepend_migrate.rb
@@ -461,9 +461,9 @@ def prepend_migrate_64(buf)
461
462
; create the process
463
push 0 ; keep the stack aligned
464
- lea rdi,[rsp+0x110] ; Offset of empty space for lpProcessInformation
+ lea rdi,[rsp+0x120] ; Offset of empty space for lpProcessInformation
465
push rdi ; lpProcessInformation : write processinfo here
466
- lea rcx,[rsp+0x58]
+ lea rcx,[rsp+0x60]
467
push rcx ; lpStartupInfo : current info (read)
468
xor rcx,rcx
469
push rcx ; lpCurrentDirectory
0 commit comments