flat assembler
Message board for the users of flat assembler.
Index
> Windows > Strange message by OLLYDBG... |
Author |
|
comrade 29 Jan 2004, 20:52
EXAMPLE in FASM has both data and code in same section, and ollydbg assumes its data section, so it warns about code being not inside code section.
|
|||
29 Jan 2004, 20:52 |
|
comrade 29 Jan 2004, 20:53
Also FASM does not set Base Of Code and Base Of Data fields in PE header. Privalov?
|
|||
29 Jan 2004, 20:53 |
|
Tomasz Grysztar 29 Jan 2004, 23:59
These fields are only for some kind of "compatibility" with COFF format and are actually obsolete (Win32 doesn't use them). The very first versions of fasm's PE formatter were filling them, but then I've decided to remove it, as it's actually impossible to determine that value in case when you can put any sections in any order (for example two data sections interleaved with two code sections).
|
|||
29 Jan 2004, 23:59 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.