protected internal override void VirtualProtect() { PlatformIntrinsic.Protector(this); }
protected internal override void VirtualFree() { PlatformIntrinsic.ReverseAllocator(this); }
protected internal override void VirtualAllocate() { //The Instructions could be marked executable but they move with the wind / GC PlatformIntrinsic.Allocator(this); }