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
Operating System: Microsoft Windows [Version 10.0.19045.2965]
The CreateThread, RtlCreateUserThread, and QueueUserAPC shellcode injection methods use the VirtualProtectEx call without enough arguments causing the error: Invalid access to memory location. The call takes 5 arguments but only 3 are provided. Additionally, the error is not returned to server.
Prerequisite
Environment Data
v1.6.3
1.19
Microsoft Windows [Version 10.0.19045.2965]
The
CreateThread
,RtlCreateUserThread
, andQueueUserAPC
shellcode injection methods use the VirtualProtectEx call without enough arguments causing the error:Invalid access to memory location.
The call takes 5 arguments but only 3 are provided. Additionally, the error is not returned to server.merlin-agent/commands/exec_windows.go
Line 193 in e58a788
The text was updated successfully, but these errors were encountered: