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:
Markus F.X.J. Oberhumer
2006-02-03 09:46:50 +00:00
parent 8e2aa07747
commit 899e7d2f39
3 changed files with 60 additions and 8 deletions
+2
View File
@@ -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;