flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > data section setting PAGE_WRITECOPY |
Author |
|
revolution 06 Sep 2024, 08:28
The memory page attributes are set by the OS loader.
The PE output from fasm doesn't produce PAGE_WRITECOPY. It only has readable, writeable and executable. Code: format pe console section 'a' data readable db 1 section 'b' data writeable db 1 section 'c' data readable writeable db 1 section 'd' data readable executable db 1 section 'e' data writeable executable db 1 section 'f' data readable writeable executable db 1 |
|||
06 Sep 2024, 08:28 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.