awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesBinary Header Reconstruction

Restoring corrupted binary file headers by analyzing the internal data layout of the file.

Distinct from File Header Identifiers: Focuses on repairing corrupted binary headers in memory rather than identifying database file header IDs.

Explore 4 awesome GitHub repositories matching data & databases · Binary Header Reconstruction. Refine with filters or upvote what's useful.

Awesome Binary Header Reconstruction GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nghttp2/nghttp2Avatar von nghttp2

    nghttp2/nghttp2

    5,009Auf GitHub ansehen↗

    nghttp2 ist eine Suite von Low-Level-C-Bibliotheken und Tools für die Implementierung des HTTP/2-Protokolls. Sie bietet eine speichereffiziente Implementierung der Kernlogik des Protokolls, einschließlich Framing, Stream-Multiplexing und Flusskontrolle. Das Projekt enthält eine dedizierte Bibliothek für HPACK-Header-Kompression und -Dekompression zur Reduzierung der Netzwerkbandbreite. Zudem bietet es ein Toolset zur Analyse des Netzwerkverkehrs und zum Benchmarking der Serverleistung, einschließlich Messungen von Durchsatz und Latenz. Die breiteren Funktionen decken die Protokollimplementierung und das Traffic-Management ab, einschließlich ALPN-Verbindungsaushandlung, Anforderungspriorisierung und Validierung von Header-Komponenten. Die Bibliothek unterstützt benutzerdefinierte Protokollerweiterungen über ein Callback-basiertes Ereignissystem und enthält Dienstprogramme für Speicherverwaltung und Fehlercode-Übersetzung. Das Projekt umfasst Build-Unterstützung und Konfigurationsskripte für das Cross-Compiling von Binärdateien für die Android-Plattform.

    Reconstructs original header fields from a compressed header block using a customizable memory allocator.

    C++
    Auf GitHub ansehen↗5,009
  • hluwa/frida-dexdumpAvatar von hluwa

    hluwa/frida-dexdump

    4,487Auf GitHub ansehen↗

    frida-dexdump is an Android memory forensics tool that recovers Dalvik Executable (DEX) files from running application processes using the Frida dynamic instrumentation framework. It functions as a Frida-based runtime analyzer and DEX memory dumper, capable of extracting obfuscated or packed DEX files without modifying the Android system. The tool distinguishes itself through its ability to repair corrupted or missing DEX file headers using heuristic analysis and fuzzy matching techniques. It employs fuzzy boundary detection to identify DEX file boundaries in memory even when headers are dama

    Rebuilds corrupted or missing DEX file headers by matching internal data layout patterns against known byte-sequence signatures.

    Python
    Auf GitHub ansehen↗4,487
  • kjcracks/clutchAvatar von KJCracks

    KJCracks/Clutch

    3,810Auf GitHub ansehen↗

    Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a specialized toolkit for identifying, decrypting, and extracting installed mobile application binaries to facilitate manual code inspection and vulnerability assessment. The tool provides capabilities for removing platform-level encryption from protected software, allowing researchers to isolate core executable files from application bundles. By performing memory-mapped file dumping and reconstructing binary headers, it enables the conversion of protected applications into portable,

    Reconstructs Mach-O binary headers from memory-mapped segments to enable offline analysis of decrypted executables.

    Objective-C
    Auf GitHub ansehen↗3,810
  • hasherezade/pe-sieveAvatar von hasherezade

    hasherezade/pe-sieve

    3,559Auf GitHub ansehen↗

    pe-sieve is a set of diagnostic tools for scanning Windows process memory to identify malicious implants, shellcode, and hooks. It functions as an in-memory implant detector, malware unpacker, and process callstack analyzer designed to locate and dump memory patches and injected code from running processes. The project identifies advanced evasion techniques, such as process hollowing and reflective injection, by verifying portable executable structures in memory. It distinguishes itself by analyzing process callstacks to detect anomalies and redirections and by reconstructing executable heade

    Restores original executable headers and section alignments from raw memory dumps to create valid files for static analysis.

    C++anti-malwarehookinglibpeconv
    Auf GitHub ansehen↗3,559
  1. Home
  2. Data & Databases
  3. File Header Identifiers
  4. Binary Header Reconstruction

Unter-Tags erkunden

  • Header Field ReconstructionRebuilding original header fields from compressed data blocks. **Distinct from Binary Header Reconstruction:** Distinct from Binary Header Reconstruction: focuses on reconstructing protocol headers from compression states rather than repairing corrupted file headers.
  • PE Header ReconstructionRestoring the structure of Portable Executable headers from raw memory dumps to enable static analysis. **Distinct from Binary Header Reconstruction:** Specifically targets Windows PE header reconstruction from memory, not general binary file corruption repair.