awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesExecutable Compression Algorithms

Specialized compression techniques designed to reduce the size of executable code segments while maintaining native execution capability.

Distinct from Data Compression Algorithms: Distinct from general data compression: focuses specifically on executable binary sections and entropy-based reduction.

Explore 6 awesome GitHub repositories matching data & databases · Executable Compression Algorithms. Refine with filters or upvote what's useful.

Awesome Executable Compression Algorithms GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vercel/pkgvercel 的头像

    vercel/pkg

    24,364在 GitHub 上查看↗

    pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone binary, allowing applications to run on machines without a pre-installed runtime. The project distinguishes itself by precompiling JavaScript source code into bytecode to remove human-readable text and obfuscate the logic. It utilizes a virtual filesystem bundler to embed static assets and non-javascript files directly into the executable, employing compression algorithms to reduce the final binary size. The tool covers cross-platform compilation for var

    Employs compression algorithms to reduce the final size of the embedded filesystem within the executable binary.

    JavaScriptbinariesclicompiler
    在 GitHub 上查看↗24,364
  • upx/upxupx 的头像

    upx/upx

    17,595在 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++
    在 GitHub 上查看↗17,595
  • quarkusio/quarkusquarkusio 的头像

    quarkusio/quarkus

    15,479在 GitHub 上查看↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Reduces the disk footprint of compiled native binaries by applying compression techniques to optimize storage and container image size.

    Javacloud-nativehacktoberfestjava
    在 GitHub 上查看↗15,479
  • acidanthera/opencorepkgacidanthera 的头像

    acidanthera/OpenCorePkg

    14,750在 GitHub 上查看↗

    OpenCorePkg is a modular UEFI bootloader designed to initialize hardware and facilitate the loading of modern operating systems on non-standard or unsupported hardware. It functions as a comprehensive firmware emulation environment, providing the necessary runtime services and memory management to bridge the gap between diverse hardware configurations and operating system requirements. The project distinguishes itself through its ability to perform runtime kernel patching and system firmware modification, allowing for the injection of drivers and the manipulation of hardware tables during the

    Applies legacy compression algorithms to firmware files to ensure compatibility with older hardware interfaces.

    Copencore
    在 GitHub 上查看↗14,750
  • lz4/lz4lz4 的头像

    lz4/lz4

    11,882在 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
    在 GitHub 上查看↗11,882
  • pbatard/fidopbatard 的头像

    pbatard/Fido

    2,773在 GitHub 上查看↗

    Fido is a command-line tool for automating the retrieval of official Windows installation images and UEFI shell files. It provides a script-driven interface to download these system images directly from remote servers without the use of a web browser. The project utilizes LZMA compression to embed scripts within executable binaries for smaller distribution sizes. It incorporates security utilities for generating and verifying cryptographic digital signatures, ensuring the integrity and authenticity of downloaded files via public-key verification. The tool covers automated file deployment and

    Shrinks scripts using LZMA compression and embeds them into an executable binary for distribution.

    PowerShelledk2isopowershell-script
    在 GitHub 上查看↗2,773
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Executable Compression Algorithms

探索子标签

  • Firmware Compression UtilitiesTools for applying legacy compression algorithms to firmware files for hardware compatibility. **Distinct from Executable Compression Algorithms:** Distinct from general executable compression: focuses on legacy algorithms specifically for firmware compatibility.
  • Integrity VerificationMechanisms 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.
  • Script Compression and EmbeddingCombining LZMA compression with binary embedding to distribute scripts as small executables. **Distinct from Executable Compression Algorithms:** More specific than general executable compression by focusing on embedding a script payload.