Remix.run Logo
Windows ARM64 Internals: Deconstructing Pointer Authentication(preludesecurity.com)
61 points by todsacerdoti 12 hours ago | 2 comments
malkia 8 hours ago | parent [-]

In case someone is curious about how the 48-bit virtual space is split here is good info - https://wiki.osdev.org/Page_Tables#Long_mode_(64-bit)_page_m...

wahern 3 hours ago | parent [-]

That's for amd64/x86_64. macOS, iOS, and recently Android on ARM64 use 16KB pages. Though, Windows does seem to use 4KB pages: https://devblogs.microsoft.com/oldnewthing/20210510-00/?p=10...