解锁并提取Linux客户端微信数据库 (vibe coded)
at 13 lines 717 B view raw
1# -*- coding: utf-8 -*-# 2# ------------------------------------------------------------------------------- 3# Name: __init__.py.py 4# Description: db.utils 5# Author: xaoyaoo 6# Date: 2024/07/23 7# ------------------------------------------------------------------------------- 8from ._loger import db_loger 9from .common_utils import timestamp2str, xml2dict, silk2audio, bytes2str, get_md5, name2typeid, typeid2name, \ 10 type_converter, match_BytesExtra, db_error, download_file, dat2img 11 12__all__ = ["db_loger", "timestamp2str", "xml2dict", "silk2audio", "bytes2str", "get_md5", "name2typeid", "typeid2name", 13 "type_converter", "match_BytesExtra", "db_error", "download_file", "dat2img"]