all: assorted updates and cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-02-05 17:20:32 +01:00
parent 163377d1a0
commit b8d9c2b755
56 changed files with 691 additions and 853 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
/* p_sys.h --
/* p_sys.h -- dos/sys executable format
This file is part of the UPX executable compressor.
@@ -45,10 +45,8 @@ public:
virtual bool canPack() override;
protected:
protected: // dos/com overrides
virtual unsigned getCallTrickOffset() const override { return 0; }
protected:
virtual void buildLoader(const Filter *ft) override;
virtual void patchLoader(OutputFile *fo, upx_byte *, int, unsigned) override;
};