<div dir="ltr">Yeah, that's also what the wiki says: <a href="https://wiki.winehq.org/Wine_Developer's_Guide/Other_Debugging_Techniques">https://wiki.winehq.org/Wine_Developer's_Guide/Other_Debugging_Techniques</a><div><br></div><div>But it also says that some functions can be wrongly interpreted as having more arguments than originally thought.</div><div><br></div><div>Honestly, I have no idea how to begin this, my knowledge of assembly is rudimentary. I see that WineDbg has a disassemble option, but I'm not sure how to use it in this context.</div><div><br></div><div>If you could guide me through this so that I can learn, I'd really appreciate it.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 24, 2021 at 5:28 PM Zebediah Figura (she/her) <<a href="mailto:zfigura@codeweavers.com">zfigura@codeweavers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 12/23/21 19:43, Mohamad Al-Jaf wrote:<br>
> Wine-Bug: <a href="https://bugs.winehq.org/show_bug.cgi?id=51850" rel="noreferrer" target="_blank">https://bugs.winehq.org/show_bug.cgi?id=51850</a><br>
> Signed-off-by: Mohamad Al-Jaf <<a href="mailto:mohamadaljaf@gmail.com" target="_blank">mohamadaljaf@gmail.com</a>><br>
> ---<br>
> The function is undocumented. It does not seem to<br>
> take any arguments, but I don't know how to verify<br>
> this without a doubt.<br>
<br>
The most effective way I'm aware of is to call it on i386 and check the <br>
stack alignment.<br>
<br>
</blockquote></div>