News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

A little problem with procedure stack

Started by HSE, August 19, 2023, 06:24:22 AM

Previous topic - Next topic

HSE

Quote from: jj2007 on August 20, 2023, 07:30:11 AMIt's a bit more complicated:

Agree  :thumbsup:

UASM make very little available to prologue macro: sprintf(buffer, " (%s, 0%XH, 0%XH, 0%XH, <<%s>>, <%s>)",
CurrProc->sym.name, flags, info->parasize, info->localsize,
reglst, info->prologuearg ? info->prologuearg : "");

Equations in Assembly: SmplMath

Biterider

Hi HSE
Quote from: HSE on August 20, 2023, 03:38:04 AMI will then also join in on that  :biggrin:

I have ported ResGuard to the current framework "C".
While creating a DLL, I discovered some problems in the toolchain, so I need to do a little tweaking.
I will start a new thread in the ObjAsm section of the forum as soon as I have the working 32-bit version.

The 64-bit version is another story. At the moment I can compile it, but the stack trace analysis is completely different from the previous 32-bit version. It will take a little time and effort to get it working.  :wink2:

Biterider

HSE

Equations in Assembly: SmplMath