├── Ini.h ├── Main.h ├── BPP.exe ├── Define.h ├── Ini.cpp ├── Macro.h ├── Main.cpp ├── MainDlg.h ├── MapFile.h ├── AboutDlg.h ├── AheadLib.h ├── MainDlg.cpp ├── MapFile.cpp ├── Resource.rc ├── AboutDlg.cpp ├── AheadLib.cpp ├── AheadLib.vcproj ├── Resource ├── Main.ico ├── Resource.rc2 └── ClassXP.manifest ├── Release └── AheadLib.exe ├── README.md ├── AheadLib.sln └── Resource.h /Ini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Ini.h -------------------------------------------------------------------------------- /Main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Main.h -------------------------------------------------------------------------------- /BPP.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/BPP.exe -------------------------------------------------------------------------------- /Define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Define.h -------------------------------------------------------------------------------- /Ini.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Ini.cpp -------------------------------------------------------------------------------- /Macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Macro.h -------------------------------------------------------------------------------- /Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Main.cpp -------------------------------------------------------------------------------- /MainDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/MainDlg.h -------------------------------------------------------------------------------- /MapFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/MapFile.h -------------------------------------------------------------------------------- /AboutDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/AboutDlg.h -------------------------------------------------------------------------------- /AheadLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/AheadLib.h -------------------------------------------------------------------------------- /MainDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/MainDlg.cpp -------------------------------------------------------------------------------- /MapFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/MapFile.cpp -------------------------------------------------------------------------------- /Resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Resource.rc -------------------------------------------------------------------------------- /AboutDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/AboutDlg.cpp -------------------------------------------------------------------------------- /AheadLib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/AheadLib.cpp -------------------------------------------------------------------------------- /AheadLib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/AheadLib.vcproj -------------------------------------------------------------------------------- /Resource/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Resource/Main.ico -------------------------------------------------------------------------------- /Release/AheadLib.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Release/AheadLib.exe -------------------------------------------------------------------------------- /Resource/Resource.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yonsm/AheadLib/HEAD/Resource/Resource.rc2 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | AheadLib 2 | ======== 3 | 4 | Fake DLL Source Code Generator 5 | 6 | AheadLib 2.2.150 - 自动生成一个特洛伊 DLL 分析代码的工具 7 | 8 | ![](http://yonsm.net/assets/1097248756.gif) 9 | 10 | Ref to: 11 | -------------------------------------------------------------------------------- /Resource/ClassXP.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | ClassXP 9 | 10 | 11 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /AheadLib.sln: -------------------------------------------------------------------------------- 1 | Microsoft Visual Studio Solution File, Format Version 8.00 2 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AheadLib", "AheadLib.vcproj", "{E94D86BD-219A-436C-A62D-4AC437609894}" 3 | ProjectSection(ProjectDependencies) = postProject 4 | EndProjectSection 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfiguration) = preSolution 8 | Debug = Debug 9 | Release = Release 10 | EndGlobalSection 11 | GlobalSection(ProjectConfiguration) = postSolution 12 | {E94D86BD-219A-436C-A62D-4AC437609894}.Debug.ActiveCfg = Debug|Win32 13 | {E94D86BD-219A-436C-A62D-4AC437609894}.Debug.Build.0 = Debug|Win32 14 | {E94D86BD-219A-436C-A62D-4AC437609894}.Release.ActiveCfg = Release|Win32 15 | {E94D86BD-219A-436C-A62D-4AC437609894}.Release.Build.0 = Release|Win32 16 | EndGlobalSection 17 | GlobalSection(ExtensibilityGlobals) = postSolution 18 | EndGlobalSection 19 | GlobalSection(ExtensibilityAddIns) = postSolution 20 | EndGlobalSection 21 | EndGlobal 22 | -------------------------------------------------------------------------------- /Resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by Resource.rc 4 | // 5 | #define IDD_Main 100 6 | #define IDI_Main 102 7 | #define IDC_DllFile 1000 8 | #define IDC_BrowseDll 1001 9 | #define IDC_CppFile 1002 10 | #define IDC_BrowseCpp 1003 11 | #define IDC_Options 1004 12 | #define IDC_About 1005 13 | #define IDC_CallRedirect 1006 14 | #define IDC_CallInTime 1007 15 | #define IDC_LoadInEntry 1008 16 | #define IDC_LoadIfNeed 1009 17 | #define IDC_JumpToOrigin 1010 18 | #define IDC_CallOrigin 1011 19 | #define IDC_MultiThread 1012 20 | #define IDC_OriginDll 1013 21 | #define IDC_SystemPath 1014 22 | #define IDC_GenerateHook 1016 23 | #define IDC_Preview 1017 24 | #define IDC_CheckUpdate 1018 25 | #define IDC_STATIC -1 26 | 27 | 28 | // Next default values for new objects 29 | // 30 | #ifdef APSTUDIO_INVOKED 31 | #ifndef APSTUDIO_READONLY_SYMBOLS 32 | #define _APS_NEXT_RESOURCE_VALUE 10400 33 | #define _APS_NEXT_COMMAND_VALUE 40001 34 | #define _APS_NEXT_CONTROL_VALUE 10280 35 | #define _APS_NEXT_SYMED_VALUE 10100 36 | #endif 37 | #endif 38 | --------------------------------------------------------------------------------