-
-
[求助]vs2008 release编译的程序加壳后不能运行
-
发表于:
2009-12-4 15:08
2411
-
[求助]vs2008 release编译的程序加壳后不能运行
使用bambam代码改造的,vc6编译,对exe,dll加壳,针对vc6编译的程序,能正常工作,但vc2008编译的程序,代码如下:
#include "stdafx.h"
#include <stdio.h>
int _tmain(int argc, _TCHAR* argv[])
{
for(int i=0; i<10; i++)
{
printf("Hello, world!\n");
}
return 0;
}
现在问题是:
debug版本加壳可以运行,release版加壳不能运行,请问是怎么回事?有没有兄弟知道怎么解决?
不胜感激!!!
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课