随笔分类 -  bat

摘要:1.要监控的程序为使用cygwin环境编译的exe可执行文件hello.exe,源码如下: #include <stdio.h> #include <unistd.h> void main(void) { while(1) { printf("hello\n"); sleep(1); } } 2.以 阅读全文
posted @ 2018-10-17 22:53 Jello 阅读(1920) 评论(0) 推荐(0) 编辑