文件名称:arm环境下执行的sqlcipher
文件大小:2.99MB
文件格式:
更新时间:2021-10-13 08:59:27
arm linux EnMicroMsg.d 微信 sqlcipher
可以在手机adb shell 里面执行的sqlcipher 工具。在Ubuntu下面通过交叉静态编译生成的独立文件。可以在adb方式下打开微信的EnMicroMsg.db文件。 上传到/system/bin 目录下。 chmod + x sqlcipher sqlcipher /data/data/com.tencent.mm/MicroMsg/***/EnMicroMsg.db PRAGMA key = '*****'; PRAGMA cipher_migrate; select count(*) from message;