On Tue, Dec 28, 2021 at 11:31 AM Zebediah Figura (she/her) zfigura@codeweavers.com wrote:
It doesn't seem clear to me whether that page advises disassembling the function or its caller, but since it's ambiguous (and not particularly helpful) I've just removed the entire section.
I've been meaning to look at this for a while and finally did it today. The first half of the original section (the half that explains the stdcall calling convention) was helpful to me, and what's even more helpful is the example code that you posted earlier in this thread. Consequently, I have restored the first half and added an example based on your code, as well as an explicit warning against disassembly:
https://wiki.winehq.org/Wine_Developer%27s_Guide/Other_Debugging_Techniques
Please let me know if you think that more changes are necessary.
-Alex