├── Client ├── Client.vcxproj ├── Client.vcxproj.filters ├── Client.vcxproj.user ├── Decryptdb.cpp ├── Getkey.cpp ├── Getkey.h ├── Hack.cpp └── Hack.h ├── Get-WeChat-DB.sln ├── README.md ├── Server ├── Server.cpp ├── Server.vcxproj ├── Server.vcxproj.filters ├── Server.vcxproj.user ├── libeay32.dll ├── libeay32.lib ├── libssl32.dll ├── ssleay32.dll └── ssleay32.lib └── model.png /Client/Client.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Client.vcxproj -------------------------------------------------------------------------------- /Client/Client.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Client.vcxproj.filters -------------------------------------------------------------------------------- /Client/Client.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Client.vcxproj.user -------------------------------------------------------------------------------- /Client/Decryptdb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Decryptdb.cpp -------------------------------------------------------------------------------- /Client/Getkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Getkey.cpp -------------------------------------------------------------------------------- /Client/Getkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Getkey.h -------------------------------------------------------------------------------- /Client/Hack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Hack.cpp -------------------------------------------------------------------------------- /Client/Hack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Client/Hack.h -------------------------------------------------------------------------------- /Get-WeChat-DB.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Get-WeChat-DB.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/README.md -------------------------------------------------------------------------------- /Server/Server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/Server.cpp -------------------------------------------------------------------------------- /Server/Server.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/Server.vcxproj -------------------------------------------------------------------------------- /Server/Server.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/Server.vcxproj.filters -------------------------------------------------------------------------------- /Server/Server.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/Server.vcxproj.user -------------------------------------------------------------------------------- /Server/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/libeay32.dll -------------------------------------------------------------------------------- /Server/libeay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/libeay32.lib -------------------------------------------------------------------------------- /Server/libssl32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/libssl32.dll -------------------------------------------------------------------------------- /Server/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/ssleay32.dll -------------------------------------------------------------------------------- /Server/ssleay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/Server/ssleay32.lib -------------------------------------------------------------------------------- /model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A2kaid/Get-WeChat-DB/HEAD/model.png --------------------------------------------------------------------------------