mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-04 00:58:41 -04:00
UT NE A31
- Added "Hex view..." action and dialog to preview the selected tree item as hex without extracting it. Uses QHexEdit2 library by Simsys.
This commit is contained in:
parent
31fe6c7620
commit
5d08b128d2
14 changed files with 2726 additions and 36 deletions
|
@ -43,6 +43,7 @@
|
|||
#include "../common/ffsbuilder.h"
|
||||
|
||||
#include "searchdialog.h"
|
||||
#include "hexviewdialog.h"
|
||||
#include "messagelistitem.h"
|
||||
#include "ffsfinder.h"
|
||||
|
||||
|
@ -71,7 +72,10 @@ private slots:
|
|||
void saveImageFile();
|
||||
void search();
|
||||
|
||||
void hexView();
|
||||
|
||||
void goToData();
|
||||
|
||||
void extract(const UINT8 mode);
|
||||
void extractAsIs();
|
||||
void extractBody();
|
||||
|
@ -110,6 +114,7 @@ private:
|
|||
FfsOperations* ffsOps;
|
||||
FfsBuilder* ffsBuilder;
|
||||
SearchDialog* searchDialog;
|
||||
HexViewDialog* hexViewDialog;
|
||||
QClipboard* clipboard;
|
||||
QString currentDir;
|
||||
QString currentProgramPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue