***NOTE:*** The memcpy being called in this example is exported from ntoskrnl.exe and not in usermode.
@ -58,7 +58,7 @@ drv::kmemcpy_t _kmemcpy =
***
###### drv::kalloc_t - MSREXEC Example
##### drv::kalloc_t - MSREXEC Example
***NOTE***: When using MSREXEC be aware that `vdm::msrexec_ctx::exec` returns void. This requires a programmer to make a nested lambda in order to obtain a result.