flat assembler
Message board for the users of flat assembler.
Index
> Windows > All section names of resourcen |
Author |
|
Hp 16 Jul 2004, 17:18
Hello,
what are all true section names of resourcen in Windows? .rsrc ????? ??? Thanks.... |
|||
16 Jul 2004, 17:18 |
|
vid 16 Jul 2004, 18:38
in fasm, you must create section with "section" directive, ".data" etc. are just macros from win32axp.inc, so check that file for real names.
|
|||
16 Jul 2004, 18:38 |
|
decard 18 Jul 2004, 15:35
you can give any name to the resource section, so proably it would be better to check section type with section flags, rather than determine type using section name.
|
|||
18 Jul 2004, 15:35 |
|
f0dder 18 Jul 2004, 16:54
You should definitely check the image directory in the PE header rather than depending on resource names. Iirc there are some windows versions (or perhaps libraries/programs) that *depend* on the resource section having the name ".rsrc", at least most protectors I have seen have a checkbox for not messing with .rsrc name.
However, theoretically, I guess that the resource data could be in any section, and even be located in the middle of it... |
|||
18 Jul 2004, 16:54 |
|
pelaillo 18 Jul 2004, 17:56
f0dder wrote: However, theoretically, I guess that the resource data could be in any section, and even be located in the middle of it... ... and practically: I have done some tests using "data" and resource macros, locating resources in several places and it works on all windows versions. IIRC, reshacker was able to locate them also. |
|||
18 Jul 2004, 17:56 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.