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
·

12 Repos

Awesome GitHub RepositoriesFile Header Identifiers

Unique identifiers embedded in database file headers to identify the originating application.

Distinct from Application Identifiers: None of the candidates cover database-specific file header metadata identifiers.

Explore 12 awesome GitHub repositories matching data & databases · File Header Identifiers. Refine with filters or upvote what's useful.

Awesome File Header Identifiers GitHub Repositories

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

    sqlcipher/sqlcipher

    7,173Auf GitHub ansehen↗

    SQLCipher is an encrypted SQLite database engine and secure relational database that provides transparent AES-256 encryption for database files and stored data. It functions as a cryptographic storage engine that requires a passphrase or binary key to unlock and access content. The engine ensures data confidentiality through page-level encryption and protects data integrity using cryptographic hashes to detect unauthorized modifications. It includes capabilities for encryption key rotation to update passphrases and secure memory locking to prevent sensitive keys from being swapped from RAM to

    Allows writing a unique integer into the file header so system utilities can identify the owner application.

    C
    Auf GitHub ansehen↗7,173
  • tryghost/node-sqlite3Avatar von TryGhost

    TryGhost/node-sqlite3

    6,417Auf GitHub ansehen↗

    node-sqlite3 is a relational database client and a set of native bindings that allow Node.js applications to interact with SQLite databases. It functions as a C++ native addon, linking JavaScript to the SQLite C library to manage data stored in local files or in-memory stores. The project includes optional support for SQLCipher, enabling page-level encryption to secure local database files. The driver covers a wide range of database management capabilities, including executing SQL queries with parameter binding, managing connections to database files, and preparing statements for repeated ex

    Modifies the file header magic string to create non-standard database files.

    PLpgSQL
    Auf GitHub ansehen↗6,417
  • longld/pedaAvatar von longld

    longld/peda

    6,130Auf GitHub ansehen↗

    Peda ist eine Sicherheits-Tool-Suite und ein Exploit-Development-Framework für Binäranalyse, Debugger-Automatisierung und Speicherinspektion. Es fungiert als eine Reihe von Python-Skripten, die einen Debugger erweitern, um die Analyse kompilierter Dateien und die Inspektion des Prozessspeichers zu automatisieren. Das Projekt bietet spezialisierte Dienstprogramme für die Forschung zu Speicherfehlern, einschließlich eines Payload-Generators zur Erstellung zyklischer Muster, um Pufferüberläufe zu entdecken, sowie eines Gadget-Finders, um Return-Oriented-Programming-Sequenzen (ROP) innerhalb von Binärdateien zu lokalisieren. Es unterscheidet sich durch ein Visualisierungstool, das rohe Register-, Disassembly- und Speicherdaten in farbcodierten Text umwandelt, um die Analyse von CPU-Zuständen zu vereinfachen. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich binärer Sicherheitsanalyse zur Erkennung von Schutzmechanismen, regulärer Speicherscans und der Fähigkeit, Prozessumgebungen direkt aus dem System-Kernel abzubilden. Es enthält zudem Tools zur Modifikation von Speicheradressen und zur Generierung von Shellcode-Vorlagen.

    Examines compiled binaries to inspect symbols, sections, and security protections.

    Python
    Auf GitHub ansehen↗6,130
  • me115/linuxtools_rstAvatar von me115

    me115/linuxtools_rst

    6,012Auf GitHub ansehen↗

    Linux工具快速教程

    Examines compiled object files and executables to inspect symbols, sections, and dependencies.

    HTML
    Auf GitHub ansehen↗6,012
  • 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
  • xiaowenxia/embedded-notesAvatar von xiaowenxia

    xiaowenxia/embedded-notes

    3,998Auf GitHub ansehen↗

    embedded-notes ist eine Sammlung technischer Studienleitfäden und Entwicklungsnotizen mit Fokus auf Embedded Linux, Linux-Kernel-Internals und C-Programmierung. Sie dient als Referenz für die Entwicklung eingebetteter Systeme und als Vorbereitungsressource für technische Vorstellungsgespräche in diesem Bereich. Das Projekt bietet detaillierte Dokumentation zum Schreiben von Gerätetreibern, zur Verwaltung von virtuellem Speicher und zum Verständnis der Kernel-Internals. Es enthält zudem Leitfäden zu IoT-Netzwerkprotokollen wie MQTT und TCP/IP und skizziert die architektonischen Details von Chip-Architekturen und Hardware-Peripheriegeräten. Das Material deckt ein breites Spektrum der Systemprogrammierung ab, einschließlich manueller Speicherverwaltung, Prozesslebenszyklus-Management und der Implementierung von Konzepten für Echtzeitbetriebssysteme. Es enthält zudem Referenzen für Low-Level-Tools wie Cross-Kompilierung für ARM, Binäranalyse und Shell-Scripting für Build-Automatisierung.

    Includes guides on inspecting symbol tables, sections, and dependencies of compiled binaries.

    armcdriver
    Auf GitHub ansehen↗3,998
  • orhun/binsiderAvatar von orhun

    orhun/binsider

    3,938Auf GitHub ansehen↗

    Binsider is a collection of specialized toolsets for hexadecimal editing, ELF structural analysis, system call tracing, and execution performance profiling. It provides a suite of utilities designed for binary reverse engineering, encompassing both static structural analysis and dynamic runtime monitoring of compiled binaries. The project distinguishes itself by combining low-level binary manipulation, such as a hex editor for raw byte modification, with an ELF binary analysis tool for inspecting file structures and metadata. It also includes a Linux system call tracer for observing dynamic b

    Inspects ELF headers to identify target hardware architectures and executable entry points.

    Rustanalysisbinarybinary-data
    Auf GitHub ansehen↗3,938
  • 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
  • gpac/gpacAvatar von gpac

    gpac/gpac

    3,205Auf GitHub ansehen↗

    GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re

    Manages ISOBMFF file brand identifiers for format compatibility.

    Catsc3broadcastcenc
    Auf GitHub ansehen↗3,205
  • ahupp/python-magicAvatar von ahupp

    ahupp/python-magic

    2,886Auf GitHub ansehen↗

    python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as a file signature analyzer and MIME type detector, identifying file formats by comparing header bytes against a database of known binary signatures. The library enables the identification of file types from both file paths and raw data buffers. It supports custom file signature matching through the injection of user-provided magic databases, allowing for the detection of specialized or proprietary formats. The project covers binary data analysis and MIME type mapping to transl

    Acts as a Python wrapper for the libmagic C library to identify file types via header bytes.

    Python
    Auf GitHub ansehen↗2,886
  1. Home
  2. Data & Databases
  3. File Header Identifiers

Unter-Tags erkunden

  • Binary Header Analyzers1 Sub-TagTools for extracting and analyzing technical metadata from binary file headers. **Distinct from File Header Identifiers:** Focuses on general binary executable headers (like ELF) rather than database-specific header identifiers.
  • Binary Header Reconstruction2 Sub-TagsRestoring 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.
  • ISOBMFF Brand IdentifiersAssigns or modifies the major and alternate brand identifiers stored in an ISOBMFF file header. **Distinct from File Header Identifiers:** Distinct from File Header Identifiers: focuses on ISOBMFF-specific brand identifiers, not general database file headers.
  • libmagic WrappersPython bindings specifically for the libmagic system library to identify file types. **Distinct from File Header Identifiers:** A specific implementation of a file header identifier using libmagic.