flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution
Does the fasm download example DLL code work for you?
|
|||
![]() |
|
Tomasz Grysztar
It is likely this issue: https://board.flatassembler.net/topic.php?p=144941#144941
|
|||
![]() |
|
Roman
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
You can replace
Code:
section '.reloc' fixups data readable discardable
With Code: data fixups end data This works for both 32 & 64bit DLL ![]() |
|||
![]() |
|
revolution
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-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.