ReflectiveDLLInjection
ReflectiveDLLInjection copied to clipboard
Update LoadLibraryR.c
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.