PE: Add position independent decompressor stub for i386

This commit is contained in:
Kornel Pal
2021-12-22 02:58:09 +01:00
committed by Markus F.X.J. Oberhumer
parent 7f1f29b0d8
commit 76ddf6b8da
5 changed files with 21 additions and 6 deletions
+1
View File
@@ -117,6 +117,7 @@ PeFile::PeFile(InputFile *f) : super(f)
use_dep_hack = true;
use_clear_dirty_stack = true;
use_stub_relocs = true;
isrtm = false;
}