fork download
  1. #include <Windows.h>
  2. #include <stdio.h>
  3.  
  4. void main()
  5. {
  6. char cmd[] = "cmd.exe";
  7.  
  8. __asm
  9. {
  10. push 20646D63h
  11. mov eax, esp
  12. push 1
  13. push eax
  14. mov eax, [WinExec]
  15. call eax
  16. }
  17. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:21: fatal error: Windows.h: No such file or directory
compilation terminated.
stdout
Standard output is empty