Skip to content

ntdll: Treat read faults on readable pages as write faults on macOS.

Working around a Rosetta bug on Apple Silicon - faults for certain instructions (e.g. lock cmpxchg8b) are misreported, which can break VPROT_WRITEWATCH handling.

Merge request reports

Loading