mirror of
https://github.com/teest114514/chatlog_alpha.git
synced 2026-03-20 08:47:58 +08:00
新增DLL方式的微信数据库密钥提取(优先于原生方式),集成wx_key.dll相关代码和开发文档,完善临时账户名称与进程PID的动态管理,增强微信进程状态监控和自动切换逻辑。更新README,详细说明项目功能、使用方法和DLL集成指南。
32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.14.36414.22 d17.14
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wx_key", "wx_key.vcxproj", "{0893DC21-164E-4EBE-8717-1B33029D0C56}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Debug|x64.ActiveCfg = Debug|x64
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Debug|x64.Build.0 = Debug|x64
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Debug|x86.Build.0 = Debug|Win32
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Release|x64.ActiveCfg = Release|x64
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Release|x64.Build.0 = Release|x64
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Release|x86.ActiveCfg = Release|Win32
|
|
{0893DC21-164E-4EBE-8717-1B33029D0C56}.Release|x86.Build.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {329E540D-BE3E-4616-A973-AB86D6A3EAD2}
|
|
EndGlobalSection
|
|
EndGlobal
|