WIP: Elf64 shlib cleanup

modified:   file.cpp
	modified:   file.h
	modified:   p_elf_enum.h
	modified:   p_lx_elf.cpp
	modified:   p_lx_elf.h
This commit is contained in:
John Reiser
2021-07-02 18:33:38 -07:00
committed by Markus F.X.J. Oberhumer
parent d5263a56ce
commit 85f0c5a445
5 changed files with 103 additions and 38 deletions
+1
View File
@@ -143,6 +143,7 @@ public:
// FIXME - these won't work when using the '--stdout' option
virtual upx_off_t seek(upx_off_t off, int whence) override;
virtual upx_off_t tell() const;
virtual void rewrite(const void *buf, int len);
// util