Practical Reverse Engineering Exercise Solutions: RtlValidateUnicodeString
This blog post contains my solution for the decompilation exercise of the RtlValidateUnicodeString
function in the Windows Kernel. The following contains the disassembly without annotations:
|
|
The function prototype is given here: