2 repository-uri
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.
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.
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.