摘要:
https://stackoverflow.com/questions/1469764/run-command-prompt-commands 带控制台 string strCmdText = "/C ffplay \"D:\\dynamic wallpaper\\2.mp4\""; System. 阅读全文
摘要:
xxx.asm %define p1 ebp+8 %define p2 ebp+12 %define p3 ebp+16 section .text global dllmain export astrcat_s dllmain: mov eax,1 ret 12 astrcat_s: push e 阅读全文
摘要:
xxx.asm %define p1 ebp+8 %define p2 ebp+12 %define p3 ebp+16 section .text global dllmain export astrcat dllmain: mov eax,1 ret 12 astrcat: push ebp m 阅读全文
摘要:
xxx.asm %define p1 ebp+8 %define p2 ebp+12 %define p3 ebp+16 section .text global dllmain export astrlen dllmain: mov eax,1 ret 12 astrlen: push ebp m 阅读全文