ppwwyyxx / wechat-dump

Cracking encrypted wechat message history from android
GNU General Public License v3.0
1.66k stars 307 forks source link

Is HTML the only form of exported data? #53

Closed cs-usst closed 4 years ago

cs-usst commented 6 years ago

I can't use wechat dump for some reason. (my IMEI is randomized and i have to crack the key) So before dumping chat history, I need to know something about the exported data, I need to make my chat history as index-able as the built-in wechat. Is it possible? For long history, is the HTML file very long?

rom1504 commented 6 years ago

The SQLite database contains all the information, you can query it as you like.

On Tue, Jan 23, 2018, 12:02 cs-usst notifications@github.com wrote:

I can't use wechat dump for some reason. (my IMEI is randomized and i have to crack the key) So before dumping chat history, I need to know something about the exported data, I need to make my chat history as index-able as the built-in wechat. Is it possible? For long history, is the HTML file very long?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ppwwyyxx/wechat-dump/issues/53, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPN_hlSmcZqgDDReRW3KX0bbi0YY9QSks5tNbxRgaJpZM4RpdSU .

cs-usst commented 6 years ago

But I can't see photos and videos directly within the sqlite database, right? So it's not as easy as the search feature in wechat app. In the app I can see rendered chat history, including photos and videos. And I can just check the photos and jump to its context.

rom1504 commented 6 years ago

Well obviously, if you want a fully featured chat viewer you need to implement it. One way to do that is using the sql database. If you just want to use something, the HTML generated by wechat-dump is already pretty neat but yes not fully featured.

On Wed, Jan 24, 2018, 02:29 cs-usst notifications@github.com wrote:

But I can't see photos and videos directly within the sqlite database, right? So it's not as easy as the search feature in wechat app. In the app I can see rendered chat history, including photos and videos. And I can just check the photos and jump to its context.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/ppwwyyxx/wechat-dump/issues/53#issuecomment-359990243, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPN_r7vaWH4hj_UzENwwEn1YspGG78dks5tNod5gaJpZM4RpdSU .