ReflectiveDLLInjection icon indicating copy to clipboard operation
ReflectiveDLLInjection copied to clipboard

Update LoadLibraryR.c

Open GoodiesHQ opened this issue 8 years ago • 0 comments

Changed the initial remote process allocation type to RW instead of RWX and added a VirtualProtectEx() call to change it to RX once it has been re-written. This will bypass any W^X memory protections.

GoodiesHQ avatar Jul 22 '16 00:07 GoodiesHQ