79809324

Date: 2025-11-04 19:42:27
Score: 1
Natty:
Report link
lea     eax,msg
push    eax
call    printf
;!!
ADD     ESP, 1*4 ;1 (push eax), push + push + push 3*4
;!!
push    0                           ; return to os contorl point
call    ExitProcess@4

msvcrt does not balance the stack, in 32bits balance stack on use msvcrt

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Poetnight Codegen