flat assembler
Message board for the users of flat assembler.
Index
> Windows > DLL with NO ENTRY POINT ?? |
Author |
|
Dilshod 10 Mar 2005, 14:04
Entry address not exported, its just entry point for execution, and I think you cant delete it. If you not need for entry just point it to return alone procedure.
|
|||
10 Mar 2005, 14:04 |
|
r22 11 Mar 2005, 02:38
The program the DLL is for "mIRC" will not work if the DLL has an entry point.
NASM lets you compile DLLs without exporting the ADDRESS of the BEGINNING of the CODE. Why can fASM not do this? |
|||
11 Mar 2005, 02:38 |
|
Tomasz Grysztar 11 Mar 2005, 06:04
As Dilshod told, you've confused different notions. The entry point is not exported, since it's not present in the export table (unless you put it there intentionally). What you're talking about is the entry point field in the PE header. Indeed it might be considered a bug, that in case of DLL fasm defaults the entry point to the beginning of first section if none is specified. I have fixed it in 1.59.9 - the default for DLL is now no entry point.
|
|||
11 Mar 2005, 06:04 |
|
r22 11 Mar 2005, 06:40
Thanks Privalov YOU OWN !
|
|||
11 Mar 2005, 06:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.