79283676

Date: 2024-12-16 04:55:42
Score: 1.5
Natty:
Report link

I answer my own question: when starting the program, you need to align the stack: sub rsp, 08h, which was not done.

start: sub rsp, 08h invoke mixerGetNumDevs invoke ExitProcess
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Memnon