Changed the parameter list of Packer::patchFilter32(), for consisitency
with the other patch and filter methods. committer: mfx <mfx> 976879665 +0000
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ protected:
|
||||
unsigned addvalue=0) const;
|
||||
virtual void optimizeFilter(Filter *, const upx_byte *, unsigned) const
|
||||
{ }
|
||||
virtual bool patchFilter32(const Filter &, void *, unsigned);
|
||||
virtual bool patchFilter32(void *, int, const Filter *ft);
|
||||
|
||||
// loader util
|
||||
virtual int buildLoader(const Filter *) { return getLoaderSize(); }
|
||||
|
||||
Reference in New Issue
Block a user