flat assembler
Message board for the users of flat assembler.
Index
> Windows > Need Help! How to do this on fasm? |
Author |
|
typedef 18 Mar 2011, 22:24
Looks like
Code: struct EXEINFO Type dw ? Desctription dd ? ; pointer to string ? ends struct EXE Title db 30 dup (?) ; can also be a pointer (dword) Length dd ? Exclude db ? Data dd ? Section dd ? Info EXEINFO ends section '.data' data readable writable szDescription db 'Good exe file!',0 exe_data db 061h, 0BEh, 0BEh, 0FFh, 007h, 0FFh, 047h, 0BEh db 075h, 007h exe_data_size equ $ - exe_data |
|||
18 Mar 2011, 22:24 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.