awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sqlcipher/sqlcipherAvatar de sqlcipher

    sqlcipher/sqlcipher

    7,173Ver en GitHub↗

    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
    Ver en GitHub↗7,173
  • tryghost/node-sqlite3Avatar de TryGhost

    TryGhost/node-sqlite3

    6,417Ver en GitHub↗

    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
    Ver en GitHub↗6,417
  • longld/pedaAvatar de longld

    longld/peda

    6,130Ver en GitHub↗

    Peda es una suite de herramientas de seguridad y framework de desarrollo de exploits diseñado para análisis binario, automatización de depuradores e inspección de memoria. Funciona como un conjunto de scripts de Python que extienden un depurador para automatizar el análisis de archivos compilados y la inspección de la memoria de procesos. El proyecto proporciona utilidades especializadas para la investigación de corrupción de memoria, incluyendo una utilidad de generación de payloads para crear patrones cíclicos para descubrir desbordamientos de búfer y un buscador de gadgets para localizar secuencias de programación orientada al retorno (ROP) dentro de binarios. Se diferencia al ofrecer una herramienta de visualización que transforma datos crudos de registros, desensamblado y memoria en texto codificado por colores para simplificar el análisis de los estados de la CPU. El framework cubre una amplia gama de capacidades, incluyendo análisis de seguridad binaria para detectar protecciones, escaneo de memoria mediante expresiones regulares y la capacidad de mapear entornos de procesos directamente desde el kernel del sistema. También incluye herramientas para modificar direcciones de memoria y generar plantillas de shellcode.

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

    Python
    Ver en GitHub↗6,130
  • me115/linuxtools_rstAvatar de me115

    me115/linuxtools_rst

    6,012Ver en GitHub↗

    Linux工具快速教程

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

    HTML
    Ver en GitHub↗6,012
  • nghttp2/nghttp2Avatar de nghttp2

    nghttp2/nghttp2

    5,009Ver en GitHub↗

    nghttp2 es un conjunto de librerías C de bajo nivel y herramientas diseñadas para implementar el protocolo HTTP/2. Proporciona una implementación eficiente en memoria de la lógica central del protocolo, incluyendo el framing, la multiplexación de flujos y el control de flujo. El proyecto incluye una librería dedicada para la compresión y descompresión de cabeceras HPACK para reducir el ancho de banda de red. También proporciona un conjunto de herramientas para analizar el tráfico de red y realizar benchmarks del rendimiento del servidor, incluyendo mediciones de throughput y latencia. Sus capacidades más amplias cubren la implementación de protocolos y la gestión de tráfico, incluyendo la negociación de conexión ALPN, la priorización de peticiones y la validación de componentes de cabecera. La librería admite extensiones de protocolo personalizadas a través de un sistema de eventos basado en callbacks e incluye utilidades para la gestión de memoria y la traducción de códigos de error. El proyecto incluye soporte de compilación y scripts de configuración para realizar compilación cruzada de binarios para la plataforma Android.

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

    C++
    Ver en GitHub↗5,009
  • hluwa/frida-dexdumpAvatar de hluwa

    hluwa/frida-dexdump

    4,487Ver en GitHub↗

    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
    Ver en GitHub↗4,487
  • xiaowenxia/embedded-notesAvatar de xiaowenxia

    xiaowenxia/embedded-notes

    3,998Ver en GitHub↗

    embedded-notes es una colección de guías de estudio técnicas y notas de desarrollo centradas en Linux embebido, los internos del kernel de Linux y programación en C. Sirve como referencia para el desarrollo de sistemas embebidos y un recurso de preparación para entrevistas técnicas en el campo. El proyecto proporciona documentación detallada sobre la escritura de drivers de dispositivos, gestión de memoria virtual y comprensión de los internos del kernel. También incluye guías sobre protocolos de red IoT, como MQTT y TCP/IP, y describe los detalles arquitectónicos de arquitecturas de chips y periféricos de hardware. El material cubre una amplia superficie de programación de sistemas, incluyendo gestión manual de memoria, gestión del ciclo de vida de procesos y la implementación de conceptos de sistemas operativos en tiempo real (RTOS). También incluye referencias para herramientas de bajo nivel, como compilación cruzada para ARM, análisis binario y scripting de shell para la automatización de compilaciones.

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

    armcdriver
    Ver en GitHub↗3,998
  • orhun/binsiderAvatar de orhun

    orhun/binsider

    3,938Ver en GitHub↗

    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
    Ver en GitHub↗3,938
  • kjcracks/clutchAvatar de KJCracks

    KJCracks/Clutch

    3,810Ver en GitHub↗

    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
    Ver en GitHub↗3,810
  • hasherezade/pe-sieveAvatar de hasherezade

    hasherezade/pe-sieve

    3,559Ver en GitHub↗

    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
    Ver en GitHub↗3,559
  • gpac/gpacAvatar de gpac

    gpac/gpac

    3,205Ver en GitHub↗

    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
    Ver en GitHub↗3,205
  • ahupp/python-magicAvatar de ahupp

    ahupp/python-magic

    2,886Ver en GitHub↗

    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
    Ver en GitHub↗2,886
  1. Home
  2. Data & Databases
  3. File Header Identifiers

Explorar subetiquetas

  • Binary Header Analyzers1 sub-etiquetaTools 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-etiquetasRestoring 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.