The following code (which is basically ida pro output) doesn't compile with masm
PROCESS_INFORMATION STRUCT ; (sizeof=0x10, standard type)
hProcess dword ? ; offset
hThread dword ? ; offset
dwProcessId dword ?
dwThreadId dword ?
PROCESS_INFORMATION ends
MyProc proc near
procinfo = PROCESS_INFORMATION ptr -54h
...
I get an error " error A2027:operand must be a memory expression" pointing to a line with procinfo.
Thanks.
So post #1 is asking about a disassembly of something to do with a process. Nice one.
Yeah... thread locked :cheekygreen: