Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( MEM_COMMIT = 0x1000 MEM_RESERVE = 0x2000 PAGE_EXECUTE_READWRITE = 0x40 PROCESS_CREATE_THREAD = 0x0002 PROCESS_QUERY_INFORMATION = 0x0400 PROCESS_VM_OPERATION = 0x0008 PROCESS_VM_WRITE = 0x0020 PROCESS_VM_READ = 0x0010 )
Variables ¶
      View Source
      
  
var ( VirtualAlloc = kernel32.MustFindProc("VirtualAlloc") VirtualAllocEx = kernel32.MustFindProc("VirtualAllocEx") WriteProcessMemory = kernel32.MustFindProc("WriteProcessMemory") OpenProcess = kernel32.MustFindProc("OpenProcess") CreateRemoteThread = kernel32.MustFindProc("CreateRemoteThread") )
Functions ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.