Added a number of filters. Some of them could be useful for dos/exe.
committer: mfx <mfx> 978563749 +0000
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user