Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( MEM_COMMIT = windows.MEM_COMMIT MEM_RESERVE = windows.MEM_RESERVE MEM_TOP_DOWN = windows.MEM_TOP_DOWN PAGE_EXECUTE_READWRITE = windows.PAGE_EXECUTE_READWRITE // PAGE_EXECUTE_READ is a Windows constant used with Windows API calls PAGE_EXECUTE_READ = windows.PAGE_EXECUTE_READ // PAGE_READWRITE is a Windows constant used with Windows API calls PAGE_READWRITE = windows.PAGE_READWRITE // Characteristic Flag that implies a section should be executable IMAGE_SCN_MEM_EXECUTE = 0x20000000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoffSection ¶
Click to show internal directories.
Click to hide internal directories.