pefile: make kernelDLL() return the same strings as in UPX 3.91.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ protected:
|
|||||||
virtual void buildLoader(const Filter *ft);
|
virtual void buildLoader(const Filter *ft);
|
||||||
virtual Linker* newLinker() const;
|
virtual Linker* newLinker() const;
|
||||||
|
|
||||||
virtual const char *kernelDll() const { return "coredll.dll"; }
|
virtual const char *kernelDll() const { return "COREDLL.dll"; }
|
||||||
virtual void processImports2(unsigned, unsigned);
|
virtual void processImports2(unsigned, unsigned);
|
||||||
virtual void addStubImports();
|
virtual void addStubImports();
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -107,7 +107,7 @@ protected:
|
|||||||
upx_byte *oimpdlls;
|
upx_byte *oimpdlls;
|
||||||
unsigned soimpdlls;
|
unsigned soimpdlls;
|
||||||
ImportLinker *ilinker;
|
ImportLinker *ilinker;
|
||||||
virtual const char *kernelDll() const { return "kernel32.dll"; }
|
virtual const char *kernelDll() const { return "KERNEL32.DLL"; }
|
||||||
void addKernelImport(const char *);
|
void addKernelImport(const char *);
|
||||||
virtual void addStubImports();
|
virtual void addStubImports();
|
||||||
upx_uint64_t ilinkerGetAddress(const char *, const char *) const;
|
upx_uint64_t ilinkerGetAddress(const char *, const char *) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user