An open API service indexing awesome lists of open source software.

https://github.com/kenpusney/wx-image-decoder


https://github.com/kenpusney/wx-image-decoder

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Wechat Image Decoder

Wechat encodes chatting image files into `*.dat` files. You can simply decode them to their original format by detecting the encoding key and target format.

All encoded files located under following directories:

```
//FileStorage/Image/
```

You can use `os.chdir()` to locate the folder, then run the scripts.

Usually there will be few formats:

- Regular `jpg` and `png` files: decoded images.
- `..dec` files: corrupted files, trying to decode using detected key.
- `wxgf` files: suspecious WeChat private format, possibly gif emotions.

Please let me know if you discovered more formats.