flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 08 Nov 2020, 11:29
Does the fasm download example DLL code work for you?
|
|||
![]() |
|
Tomasz Grysztar 08 Nov 2020, 11:45
It is likely this issue: https://board.flatassembler.net/topic.php?p=144941#144941
|
|||
![]() |
|
Roman 23 Nov 2020, 09:20
Was
Code:
section '.reloc' fixups data discardable
I happy ! In Win 10 (version 20H2) this help fix my dll problem ! Code:
section '.reloc' fixups data readable discardable
|
|||
![]() |
|
jochenvnltn 02 Jan 2021, 17:28
You can replace
Code:
section '.reloc' fixups data readable discardable
With Code: data fixups end data This works for both 32 & 64bit DLL ![]() |
|||
![]() |
|
revolution 02 Jan 2021, 22:35
If you plan to distribute your code to others then using non-"standard" layouts with data will trigger some stupid AVs. Your users might complain when the AV blocks it from being run.
BTW: In case you haven't realised yet, I hate AVs. They are useless and stupid, but people still insist they need them without showing any evidence they actually do anything worthwhile. They have morphed into spying engines and not much more. ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.