Class PageManager.Windows

    • Constructor Detail

      • Windows

        public Windows()
    • Method Detail

      • protectPages

        public void protectPages​(long address,
                                 int pageCount,
                                 int protection)
        Description copied from class: PageManager
        Sets the protection mask on a memory region.
        Specified by:
        protectPages in class PageManager
        Parameters:
        address - The start of the memory region.
        pageCount - The number of pages to protect.
        protection - The protection mask.
      • w32prot

        private static int w32prot​(int p)