Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnuages committed Sep 27, 2021
1 parent ef91f11 commit a0f8b6e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions COFFLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ typedef struct coff_sym

} coff_sym_t;

// var ProtectionFlags = [8]uint32{
// windows.PAGE_NOACCESS, // not writeable, not readable, not executable
// windows.PAGE_EXECUTE, // not writeable, not readable, executable
// windows.PAGE_READONLY, // not writeable, readable, not executable
// windows.PAGE_EXECUTE_READ, // not writeable, readable, executable
// windows.PAGE_WRITECOPY, // writeable, not readable, not executable
// windows.PAGE_EXECUTE_WRITECOPY, // writeable, not readable, executable
// windows.PAGE_READWRITE, // writeable, readable, not executable
// windows.PAGE_EXECUTE_READWRITE, // writeable, readable, executable
// }
uint32_t ProtectionFlags[8] = {
PAGE_NOACCESS, // not writeable, not readable, not executable
PAGE_EXECUTE, // not writeable, not readable, executable
Expand Down

0 comments on commit a0f8b6e

Please sign in to comment.