All Projects → roachadam → bytepress

roachadam / bytepress

Licence: MIT license
Compressor for .NET executables

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to bytepress

EasyCompressor
⚡ A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
Stars: ✭ 167 (+406.06%)
Mutual labels:  gzip, compressor, lzma
bled
Base Library for Easy Decompression
Stars: ✭ 21 (-36.36%)
Mutual labels:  gzip, lzma
Turbobench
Compression Benchmark
Stars: ✭ 211 (+539.39%)
Mutual labels:  gzip, compressor
precompress
Generate pre-compressed .gz and .br files for static web servers
Stars: ✭ 27 (-18.18%)
Mutual labels:  gzip
VIDEOconvertor
A stable and Fast telegram video convertor bot which can encode into different libs and resolution, compress videos, convert video into audio and other video formats, rename with thumbnail support, generate screenshot and trim videos.
Stars: ✭ 180 (+445.45%)
Mutual labels:  compressor
saco
A pre customized, express server for single page web apps that aims to be production ready.
Stars: ✭ 22 (-33.33%)
Mutual labels:  gzip
bproxy
high-performance minimal HTTP reverse proxy
Stars: ✭ 28 (-15.15%)
Mutual labels:  gzip
compress
compress and uncompress for Deno
Stars: ✭ 29 (-12.12%)
Mutual labels:  gzip
power-gzip
POWER9 gzip engine documentation and code samples
Stars: ✭ 16 (-51.52%)
Mutual labels:  gzip
zzlib
zlib-compressed file depacking library in Lua
Stars: ✭ 44 (+33.33%)
Mutual labels:  gzip
Origami
Packer compressing .net assemblies, (ab)using the PE format for data storage
Stars: ✭ 111 (+236.36%)
Mutual labels:  compressor
Curtail
Simple & useful image compressor.
Stars: ✭ 246 (+645.45%)
Mutual labels:  compressor
bundle
An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
Stars: ✭ 475 (+1339.39%)
Mutual labels:  gzip
imagecodecs
Image transformation, compression, and decompression codecs. Forked from https://pypi.org/project/imagecodecs
Stars: ✭ 56 (+69.7%)
Mutual labels:  lzma
zlib
Pure javascript implementation of Zlib nodejs core module.The zlib module provides compression functionality implemented using Gzip and Deflate/Inflate.
Stars: ✭ 14 (-57.58%)
Mutual labels:  gzip
lambdafs
Efficient (de)compression package for AWS Lambda
Stars: ✭ 24 (-27.27%)
Mutual labels:  gzip
flaskbomb
GZip HTTP Bombing in Python for everyone
Stars: ✭ 30 (-9.09%)
Mutual labels:  gzip
jekyll-gzip
Generate gzipped assets and files for your Jekyll site at build time
Stars: ✭ 34 (+3.03%)
Mutual labels:  gzip
gzipped
Replacement for golang http.FileServer which supports precompressed static assets.
Stars: ✭ 86 (+160.61%)
Mutual labels:  gzip
SimpleCompressor
Code and theory of a look-ahead compressor / limiter.
Stars: ✭ 70 (+112.12%)
Mutual labels:  compressor

bytepress

Compressor for .NET executables. Utilizes Codedom to build a wrapper executable using reflection to decompress and run the original executable in memory.

Supported Algorithms

.NET's DeflateStream (Gzip)
QuickLZ
LZMA

Demo

Alt text

Usage

bytepress mainfile.exe
bytepress mainfile.exe -a lzma
bytepress mainfile.exe -a lzma -l Newtonsoft.Json.dll
bytepress mainfile.exe -a lzma -l Newtonsoft.Json.dll -wpf

Credits

jerkimball - Size extension class
TsudaKageyu - Icon extractor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].