You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch fixes the following for messagebox.rb
Issue 1 (rapid7#4415)
When exitfunc is none, the payload will not be able to generate
due to an "invalid opcode" error.
Issue 2: (rapid7#4414)
After "user32.dll" is pushed onto the stack for the LoadLibrary
call, the payload does not actually ensure bl is a null byte, it
just assumes it is and uses it to modify the stack to get a
null-terminated string.
Fixrapid7#4414Fixrapid7#4415
0 commit comments