flat assembler
Message board for the users of flat assembler.
Index
> Windows > how to do this with fasm? (about link) |
Author |
|
LocoDelAssembly 09 Oct 2008, 20:56
REW = Read, Execute, Write?
Try: Code: format PE GUI 4.0 entry start include 'win32ax.inc' section '.code' code readable executable writable start: invoke MessageBox, 0, "something", "testing", 0 invoke ExitProcess, 0 section '.idata' import data readable writeable library kernel32,'KERNEL32.DLL',\ user32,'USER32.DLL' include 'api\kernel32.inc' include 'api\user32.inc' No need for linking, fasm will output an executable directly with that code |
|||
09 Oct 2008, 20:56 |
|
nisoze 10 Oct 2008, 05:40
So thanks
|
|||
10 Oct 2008, 05:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.