Ensure this isn't a reversion by testing that A64HookFunction works
Ensure that this actually fixes modifying .text/.rodata along page boundaries resulting in a lower offset-in-page of the end of the buffer than the start of the buffer.
For example:
rx = 0xFFC;
size = 0x8;
In this instance, the 4 bytes on the second page would not be properly included in the ControlledPages and will crash if you attempt to write to it due to the second page not being mapped.
Requires testing before merge.
Things to test:
For example:
In this instance, the 4 bytes on the second page would not be properly included in the ControlledPages and will crash if you attempt to write to it due to the second page not being mapped.