awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesIntegrity Verification

Mechanisms for validating the structural integrity and consistency of compressed executable files using checksums.

Distinct from Executable Compression Algorithms: Distinct from Executable Compression Algorithms: focuses on the post-compression validation and integrity checking of the binary rather than the compression algorithm itself.

Explore 2 awesome GitHub repositories matching data & databases · Integrity Verification. Refine with filters or upvote what's useful.

Awesome Integrity Verification GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • upx/upxAvatar de upx

    upx/upx

    17,595Ver en GitHub↗

    UPX is a command-line utility designed to reduce the file size of compiled programs and shared libraries. It functions as an executable binary compressor that maintains the ability for files to run natively without requiring additional runtime dependencies or external decompression software. The tool operates by parsing executable headers and applying entropy-based compression to code segments. It achieves this by injecting a self-extracting stub into the binary, which facilitates in-place memory decompression during the initial execution phase. This process includes platform-specific binary

    Verify the integrity of compressed files by checking internal checksums and using built-in tools to list or unpack contents to ensure they remain secure and functional.

    C++
    Ver en GitHub↗17,595
  • lz4/lz4Avatar de lz4

    lz4/lz4

    11,882Ver en GitHub↗

    This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed data reduction and maximum decompression speed. It functions as a stream-oriented compression engine, a software library for encoding and decoding data blocks, and a command-line tool for managing interoperable compressed frames. The system distinguishes itself through the use of predefined pattern dictionaries to improve compression ratios for small data sets and small packets. It supports multiple processing modes, including high-speed block compression for minimal latency

    Ships a command-line utility to validate the structural integrity of compressed files without full extraction.

    Cccompressionlz4
    Ver en GitHub↗11,882
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Executable Compression Algorithms
  5. Integrity Verification