pe: loadconf handling moved to PeFile

This commit is contained in:
László Molnár
2014-02-19 21:45:24 +01:00
parent 07cba6c774
commit 8e52894763
4 changed files with 51 additions and 58 deletions
-9
View File
@@ -58,18 +58,9 @@ protected:
virtual void buildLoader(const Filter *ft);
virtual Linker* newLinker() const;
void processLoadConf(Reloc *, const Interval *, unsigned);
void processLoadConf(Interval *);
upx_byte *oloadconf;
unsigned soloadconf;
unsigned tlscb_ptr; //NEW: TLS callback handling - Stefan Widmann
unsigned tls_handler_offset;
bool isrtm;
bool use_dep_hack;
bool use_clear_dirty_stack;
bool use_tls_callbacks; //NEW: TLS callback handling - Stefan Widmann
};