diff --git a/injector/akebi.ico b/injector/akebi.ico new file mode 100644 index 0000000..02298e8 Binary files /dev/null and b/injector/akebi.ico differ diff --git a/injector/akebi.png b/injector/akebi.png new file mode 100644 index 0000000..f8c30b3 Binary files /dev/null and b/injector/akebi.png differ diff --git a/injector/injector.rc b/injector/injector.rc new file mode 100644 index 0000000..e5e6c70 --- /dev/null +++ b/injector/injector.rc @@ -0,0 +1,89 @@ +// Microsoft Visual C++ generated resource script. +// +#pragma code_page(65001) + +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Chinese (Simplified, Singapore) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ZHI) +LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SINGAPORE + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // Chinese (Simplified, Singapore) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "akebi.ico" + + +///////////////////////////////////////////////////////////////////////////// +// +// PNG +// + +IDB_PNG1 PNG "akebi.png" + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/injector/injector.vcxproj b/injector/injector.vcxproj index 7bf85d8..8d8b24c 100644 --- a/injector/injector.vcxproj +++ b/injector/injector.vcxproj @@ -20,6 +20,7 @@ + @@ -28,6 +29,13 @@ {adb35022-823b-4dc0-b495-3efefbd3a82f} + + + + + + + 16.0 Win32Proj diff --git a/injector/injector.vcxproj.filters b/injector/injector.vcxproj.filters index 3894479..6b19dfe 100644 --- a/injector/injector.vcxproj.filters +++ b/injector/injector.vcxproj.filters @@ -35,5 +35,21 @@ Header Files + + Header Files + + + + + Resource Files + + + + + Resource Files + + + Resource Files + \ No newline at end of file diff --git a/injector/resource.h b/injector/resource.h new file mode 100644 index 0000000..46785a6 --- /dev/null +++ b/injector/resource.h @@ -0,0 +1,17 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by injector.rc +// +#define IDI_ICON1 101 +#define IDB_PNG1 102 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 103 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif