Added a number of filters. Some of them could be useful for dos/exe.

committer: mfx <mfx> 978563749 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-03 23:15:49 +00:00
parent 7766b08f08
commit bf95f93cad
4 changed files with 329 additions and 22 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ void initFilter(Filter *f, upx_byte *buf, unsigned buf_len)
f->buf = buf;
f->buf_len = buf_len;
// clear output parameters
f->calls = f->wrongcalls = f->noncalls = f->lastcall = 0;
f->calls = f->wrongcalls = f->noncalls = f->firstcall = f->lastcall = 0;
}