Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 259 Bytes

wxImgCrypt

Decrypt WeChat image cache

参考csdn实现了一个能够破解微信图片缓存加密的程序

用法:

decrypt input.dat output.jpg

(仅仅作为C语言文件操作练习)

更新:上传了python版本 decryptImg.py