1 مستودع
Techniques for compressing scripts and embedding them within executable binaries for efficient distribution.
Distinct from Small Data Compression Optimization: Candidates focus on embedded hardware runtimes [f2_mt2, f2_mt3] or analysis [f2_mt1], not the act of embedding compressed scripts into a binary.
Explore 1 awesome GitHub repository matching development tools & productivity · Binary Script Embedding. Refine with filters or upvote what's useful.
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
Compresses script source code using LZMA and stores it within a binary for smaller distribution sizes.