This is an archive of the discontinued LLVM Phabricator instance.

[winasan] Update GetInstructionSize for Win10 1803
ClosedPublic

Authored by dmajor on May 4 2018, 1:47 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

dmajor created this revision.May 4 2018, 1:47 PM
Herald added subscribers: Restricted Project, llvm-commits. · View Herald TranscriptMay 4 2018, 1:47 PM
dmajor added a reviewer: rnk.May 4 2018, 1:47 PM
rnk accepted this revision.May 8 2018, 10:37 AM

lgtm

This revision is now accepted and ready to land.May 8 2018, 10:37 AM
This revision was automatically updated to reflect the committed changes.