diff --git a/spy/Spy.vcxproj b/spy/Spy.vcxproj
index 3673c19..802c91f 100644
--- a/spy/Spy.vcxproj
+++ b/spy/Spy.vcxproj
@@ -236,6 +236,7 @@ C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto
+
@@ -267,6 +268,9 @@ C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto
+
+
+
diff --git a/spy/Spy.vcxproj.filters b/spy/Spy.vcxproj.filters
index d8c9371..e02336a 100644
--- a/spy/Spy.vcxproj.filters
+++ b/spy/Spy.vcxproj.filters
@@ -81,6 +81,9 @@
头文件
+
+ 头文件
+
@@ -146,4 +149,9 @@
nnrpc
+
+
+ 资源文件
+
+
\ No newline at end of file
diff --git a/spy/resource.h b/spy/resource.h
new file mode 100644
index 0000000..05cb1c4
--- /dev/null
+++ b/spy/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by spy.rc
+
+// ¶һĬֵ
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/spy/spy.aps b/spy/spy.aps
new file mode 100644
index 0000000..0454f30
Binary files /dev/null and b/spy/spy.aps differ
diff --git a/spy/spy.rc b/spy/spy.rc
new file mode 100644
index 0000000..b8ec261
--- /dev/null
+++ b/spy/spy.rc
@@ -0,0 +1,100 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// (壬й) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+#pragma code_page(936)
+
+#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
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 20,0,0,0
+ PRODUCTVERSION 3,7,0,30
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "080404b0"
+ BEGIN
+ VALUE "CompanyName", "WeChatFerry"
+ VALUE "FileDescription", "WeChatFerry"
+ VALUE "FileVersion", "20.0.0.0"
+ VALUE "InternalName", "spy.dll"
+ VALUE "LegalCopyright", "Copyright (C) 2023"
+ VALUE "OriginalFilename", "spy.dll"
+ VALUE "ProductName", "WeChatFerry"
+ VALUE "ProductVersion", "3.7.0.30"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x804, 1200
+ END
+END
+
+#endif // (壬й) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+