NelsonChung's blog
邁向偉大的航路
2011年1月11日 星期二
Run executable file from C code
利用exe
#include
#include
int main(int arg, char* agrc)
{
int ret = execv("/hello", (char *)NULL);
printf("call system. return value is %x", ret);
}
Source code download
沒有留言:
張貼留言
‹
›
首頁
查看網路版
沒有留言:
張貼留言