• Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    C
  • Created over 9 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Compile UPX 3.96 and belong librarys on Visual Studio! Source also include LZMA, UCL and zlib ✒️

UPX-Visual-Studio

Compile UPX and belong librarys in Visual Studio! Source include UCL and zlib

Features:

  1. Fully operational build of UPX 3.96, --ultra-brute option available
  2. One click project build
  3. Editable UPX pe header in conf.h, you can edit UPX0, UPX1 for example

Improving compression ratio?

Yes, that's pretty simple, LZMA is suggested to be best usable compression method.

There is a few options we can tweak, tracing code from compress_lzma.cpp to conf.h.

We will find pb, lp, lc, num_fast_bytes_t that can be significantly affect compression ratio.

Before adjusting those parameters, make sure you understand the purpose of the parameters, studying LZMA documentary is highly recommended, more importantly tests compression result while tweaking parameters is the best way to get higher compression ratio, there's no 'best' settings or combinations, since specified parameters may suit for text/string compression but not suit for messy periodic data.

Notice:

Compression ratio would probably ranged within 1-2%.

More Repositories

1

JamesDSPManager

Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
C
558
star
2

SpleeterRT

Real time monaural source separation base on fully convolutional neural network operates on Time-frequency domain.
C
156
star
3

EEL_VM

EEL2 compiler and execution VM with enhanced routines for real-time signal processing
C
68
star
4

update-binary

Improved Android recovery zip package installer executable
C
27
star
5

Open-DSP-Toolbox

A special purpose signal processing toolbox for special IIR filter design and transfer function form conversion, written in C.
C
19
star
6

LUTSurround

Lookup table based surround channel generation from stereo material
C
17
star
7

Neural-Network-Quadraphonic-Upmix

The simplest way to demix stereo content with decent quality and low latency.
C
15
star
8

SuperSpectrogram

Super spectrogram Qt cross platform!
C++
11
star
9

Android-Linear-Algebra-manipulation-using-Eigen

Using JNI to call Eigen 3.2.10 Linear Algebra library to do basic matrix operations.
C++
9
star
10

libMultivariateOpt

My optimization(With and Without gradient) library
C
7
star
11

xmlstarlet_Android_build

For guys who need it.
C
6
star
12

panzerGL22

CS1.6 opengl32 hack
C++
5
star
13

CSURF

Speeded up robust features in C, partially multithreaded
C
3
star
14

FRMPG

MATLAB
3
star
15

Fast-fractional-1-N-octave-smoothing

Fast fractional 1/N octave smoothing for Matlab
C
2
star
16

Stationary-Wavelet-Packet-transform-based-oversampled-warped-filterbank-design

One of my obsolete filterbank design method
MATLAB
2
star
17

chinese_ocr

Qt demo with end to end DenseNet
C
1
star
18

quadprog

Solving quadratic programming problem using subgradient optimizer
C
1
star