diff --git a/ffsengine.cpp b/ffsengine.cpp index a17f258..6f041b9 100644 --- a/ffsengine.cpp +++ b/ffsengine.cpp @@ -73,6 +73,8 @@ bool FfsEngine::hasIntersection(const UINT32 begin1, const UINT32 end1, const UI // Firmware image parsing UINT8 FfsEngine::parseImageFile(const QByteArray & buffer) { + oldPeiCoreEntryPoint = 0; + newPeiCoreEntryPoint = 0; UINT32 capsuleHeaderSize = 0; FLASH_DESCRIPTOR_HEADER* descriptorHeader = NULL; QModelIndex index; diff --git a/uefitool.pro b/uefitool.pro index 0d8a0e8..19cbc09 100644 --- a/uefitool.pro +++ b/uefitool.pro @@ -20,8 +20,7 @@ SOURCES += main.cpp \ LZMA/SDK/C/LzmaDec.c \ LZMA/SDK/C/LzmaEnc.c \ Tiano/EfiTianoDecompress.c \ - Tiano/EfiCompress.c \ - Tiano/TianoCompress.c + Tiano/EfiTianoCompress.c HEADERS += uefitool.h \ searchdialog.h \