摘要: https://stackoverflow.com/questions/1469764/run-command-prompt-commands 带控制台 string strCmdText = "/C ffplay \"D:\\dynamic wallpaper\\2.mp4\""; System. 阅读全文
posted @ 2020-09-23 21:05 Ajanuw 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-09-23 19:38 Ajanuw 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-09-23 18:52 Ajanuw 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-09-23 17:52 Ajanuw 阅读(234) 评论(0) 推荐(0) 编辑