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