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
+5
View File
@@ -116,6 +116,11 @@ protected:
unsigned tls_handler_offset;
bool use_tls_callbacks;
void processLoadConf(Reloc *, const Interval *, unsigned);
void processLoadConf(Interval *);
upx_byte *oloadconf;
unsigned soloadconf;
unsigned stripDebug(unsigned);
unsigned icondir_offset;