In Windows version 1803, the first instruction of ntdll!strchr is:
8a01 mov al,byte ptr [rcx]
This is the only needed change for this version as far as I can tell.
Differential D46458
[winasan] Update GetInstructionSize for Win10 1803 dmajor on May 4 2018, 1:47 PM. Authored by
Details In Windows version 1803, the first instruction of ntdll!strchr is: This is the only needed change for this version as far as I can tell.
Diff Detail
|