flat assembler
Message board for the users of flat assembler.
Index
> Windows > structure... again |
Author |
|
JohnFound 23 Mar 2005, 06:35
My definition from Fresh:
Code: struct TDebugEvent .dwDebugEventCode dd ? .dwProcessId dd ? .dwThreadId dd ? .u rd sizeof.EXCEPTION_DEBUG_INFO virtual at .u .Exception EXCEPTION_DEBUG_INFO end virtual virtual at .u .CreateThread CREATE_THREAD_DEBUG_INFO end virtual virtual at .u .CreateProcessInfo CREATE_PROCESS_DEBUG_INFO end virtual virtual at .u .ExitThread EXIT_THREAD_DEBUG_INFO end virtual virtual at .u .ExitProcess EXIT_PROCESS_DEBUG_INFO end virtual virtual at .u .LoadDll LOAD_DLL_DEBUG_INFO end virtual virtual at .u .UnloadDll UNLOAD_DLL_DEBUG_INFO end virtual virtual at .u .DebugString OUTPUT_DEBUG_STRING_INFO end virtual virtual at .u .RipInfo RIP_INFO end virtual ends Regards |
|||
23 Mar 2005, 06:35 |
|
Vasilev Vjacheslav 23 Mar 2005, 11:39
thanks i'll try it
|
|||
23 Mar 2005, 11:39 |
|
Vasilev Vjacheslav 27 Mar 2005, 10:57
your implementation of this struct also invalid, correct size is 60h, in your case it 15Ch, and why?
Quote: .u rd sizeof.EXCEPTION_DEBUG_INFO maybe this? Quote: .u rd ? |
|||
27 Mar 2005, 10:57 |
|
JohnFound 27 Mar 2005, 11:10
Vasilev Vjacheslav wrote: your implementation of this struct also invalid, correct size is 60h, in your case it 15Ch, and why? Oh, it is by fault. It shoul be: Code: .u rb sizeof.EXCEPTION_DEBUG_INFO sizeof.EXCEPTION_DEBUG_INFO because it is the largest structure in the union (IMHO). Regards |
|||
27 Mar 2005, 11:10 |
|
IronFelix 30 Mar 2005, 14:07
Please, try my union example.
You can find it here: flat assembler > Macroinstructions > Try to make union example... Best regards. _________________ Flat Assembler is the best! |
|||
30 Mar 2005, 14:07 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.