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