A solution of database encryption used by WeCom
- Download premake5
- cd to root path
- premake5 vs2019
- open .sln file
- build all
- copy src/sqlite3.h file to your project
- link sqlite3.lib or sqlite3.dll
- hook the password in WeCom
- use sqlite3_open and sqlite3_key to open and decrypt wecom's database
- enjoy it:)