PyWxDump is a data recovery and export utility designed to extract, decrypt, and convert proprietary mobile messaging databases into readable formats for archival and recovery. It specifically functions as a tool to read and parse encrypted SQLite databases used by WeChat to retrieve chat history and user data.
Principalele funcționalități ale xaoyaoo/pywxdump sunt: Portable Data Exports, Chat Backups, Protocol Buffers, SQLite Integration, Database Extractors, Message Decryption, Data Export Mappings, Digital Forensics and Analysis.
Alternativele open-source pentru xaoyaoo/pywxdump includ: tencent/mmkv — MMKV is a high-performance, cross-platform key-value storage framework designed for mobile platforms and POSIX… kuzudb/kuzu — Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data… radare/radare2 — radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture… reagentx/imessage-exporter — imessage-exporter is a tool for extracting message history and media from iMessage databases into portable text and… pawelsalawa/sqlitestudio — SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a… protobuf-net/protobuf-net — protobuf-net is a .NET library that serializes and deserializes objects using the Protocol Buffers binary format for…
MMKV is a high-performance, cross-platform key-value storage framework designed for mobile platforms and POSIX environments, including Android, iOS, macOS, and Windows. It provides a persistence layer that utilizes memory-mapped files and binary serialization to achieve low-latency data access. The project distinguishes itself through native support for multi-process synchronization, allowing concurrent read and write operations across different application processes. It also implements security via AES encryption for data at rest, featuring symmetric encryption and key rotation to protect st
Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di
radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p
imessage-exporter is a tool for extracting message history and media from iMessage databases into portable text and web formats. It functions as a database exporter, a diagnostics tool, and a parser that converts raw SQLite records into standardized formats for cross-platform processing. The project provides utilities for the archival of conversations and the recovery of database files. It includes diagnostic capabilities to analyze message records for internal inconsistencies and structural problems. The system employs a local-only processing model to extract data via SQL queries and maps r