Added internal debugging options '--fake-stub-version=X.XX' and
'--fake-stub-year=XXXX'. These might prove useful for building up a test suite which is able to check binary identity of compressed executables between UPX releases where the implementation of a specific format has not changed. committer: mfx <mfx> 1138960010 +0000
This commit is contained in:
@@ -57,6 +57,8 @@ struct options_t {
|
||||
int backup;
|
||||
int console;
|
||||
int debug;
|
||||
char fake_stub_version[4+1]; // for internal debugging
|
||||
char fake_stub_year[4+1]; // for internal debugging
|
||||
int force;
|
||||
int info_mode;
|
||||
bool ignorewarn;
|
||||
|
||||
Reference in New Issue
Block a user