Metadata-Version: 1.0
Name: VirtualMemProtect
Version: 0.1
Summary: Handles querying and setting of memory protection flags in Windows.
Home-page: UNKNOWN
Author: Eugene Ching
Author-email: eugene@enegue.com
License: MIT
Description: ========
        VProtect
        ========
        
        vprotect is a simple tool that allows changing a process's memory protection
        flags in Windows.
        
        Memory protection flags here refer to the memory protection constants are are
        used to signify the protection that each page in memory has. Examples of such
        constants include PAGE_EXECUTE, PAGE_EXECUTE_READ, PAGE_NOACCESS, and so on.
        
        The set of constants, and their corresponding values, may be found here:
        http://msdn.microsoft.com/en-us/library/windows/desktop/aa366786(v=vs.85).aspx
        
Platform: UNKNOWN
