예제 #1
0
            public override unsafe bool ChangeProtection(ProtectionEnums.ProtectionTypes protection)
            {
                uint dummy;

                return(MemNativeMethods.VirtualProtect(
                           handle, (IntPtr)PageSize, (uint)protection, &dummy));
            }
예제 #2
0
 public abstract bool ChangeProtection(ProtectionEnums.ProtectionTypes protection);