资源简介
Ghost远控源码免杀详讲Ghost远控源码Ghost远控源码免杀详讲-2.rar免杀详讲-2.rar
代码片段和文件信息
#pragma comment(linker “/OPT:NOWIN98“)
#pragma comment(linker “/subsystem:windows“)
#include
#include
#pragma comment(lib“MSVCRT.lib“)
//#pragma comment(linker“/ENTRY:Torrent /FILEALIGN:0x200 /MERGE:.data=.text /MERGE:.rdata=.text CTION:.textEWR /IGNORE:4078“)
#pragma comment(linker“/ENTRY:Torrent“)
void GetNotepadPath()
{
char buffer[MAX_PATH];
char strModulePath[MAX_PATH];
ExpandEnvironmentStrings(“%systemroot%\\“ buffer MAX_PATH);
wsprintf(strModulePath “%s%s“ buffer “NOTEPAD.EXE“);
MessageBox(NULLstrModulePath“提示“MB_ICONINFORMATION);//通过环境变量获得记事本路径
}
void GetMyPath()
{
char FilePath[MAX_PATH];
GetModuleFileName(NULLFilePathMAX_PATH);
MessageBox(NULLFilePath“提示“MB_ICONINFORMATION);//得到自身路径
}
void Torrent()
{
GetNotepadPath();
GetMyPath();
MessageBox(NULL“字符串1““提示“MB_ICONINFORMATION);
printf(“%s\n“ “字符串2“);
OutputDebugString(“字符串3“);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 34711 2009-07-02 01:16 2\2.vc++代码免杀方法\2.vc++代码免杀方法.doc
文件 996 2009-07-01 23:56 2\2.vc++代码免杀方法\Example.cpp
文件 225 2009-03-11 00:52 2\2.vc++代码免杀方法\286合购论坛.url
文件 225 2009-03-30 00:53 2\2.vc++代码免杀方法\286合购旗下的教程收集论坛.url
文件 729 2009-07-10 18:49 2\2.vc++代码免杀方法\花最少的钱看7个黑客站的终身vip教程.txt
文件 222254647 2009-07-10 19:09 2\2.vc++代码免杀方法\2.exe
目录 0 2009-07-02 01:34 2\2.vc++代码免杀方法
文件 225 2009-03-11 00:52 2\286合购论坛.url
文件 225 2009-03-30 00:53 2\286合购旗下的教程收集论坛.url
文件 729 2009-07-10 18:49 2\花最少的钱看7个黑客站的终身vip教程.txt
目录 0 2009-07-10 19:00 2
----------- --------- ---------- ----- ----
222292712 11
评论
共有 条评论