I like writing funtion frames for 32 bit DLLs and EXEs in this comfortable way:
Func PROC USES EBX ECX ESI,
ParamInt:DWORD
LOCAL LocalInt:DWORD
...
RET
Func ENDP
How can I modify the PROC USES statement to push all registers and/or the flag...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.