NE_alpha3

- some work done on ffsBuilder, still much to do
- added more PE types
- better names for utility.h functions
This commit is contained in:
Nikolaj Schlej 2015-05-14 19:15:19 +02:00
parent b429c74bcf
commit 8f7cc0d20e
10 changed files with 402 additions and 93 deletions

View file

@ -17,7 +17,7 @@
UEFITool::UEFITool(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::UEFITool),
version(tr("0.30.0_alpha2"))
version(tr("0.30.0_alpha3"))
{
clipboard = QApplication::clipboard();
@ -593,7 +593,7 @@ void UEFITool::openImageFile(QString path)
inputFile.close();
init();
this->setWindowTitle(tr("UEFITool %1 - %2").arg(version).arg(fileInfo.fileName()));
setWindowTitle(tr("UEFITool %1 - %2").arg(version).arg(fileInfo.fileName()));
UINT8 result = ffsParser->parseImageFile(buffer, model->index(0,0));
showParserMessages();