mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-06 01:31:16 -04:00
UE 0.11.0
- default behavior changed to only generate header.bin and body.bin for leaf items, add "all" after file name to extract everything
This commit is contained in:
parent
ee3a256206
commit
eb2d7c36f5
3 changed files with 39 additions and 31 deletions
|
@ -30,10 +30,10 @@ public:
|
|||
explicit FfsDumper(TreeModel * treeModel);
|
||||
~FfsDumper();
|
||||
|
||||
STATUS dump(const QModelIndex & root, const QString & path, const QString & guid = QString());
|
||||
STATUS dump(const QModelIndex & root, const QString & path, const bool dumpAll = false, const QString & guid = QString());
|
||||
|
||||
private:
|
||||
STATUS recursiveDump(const QModelIndex & root, const QString & path, const QString & guid);
|
||||
STATUS recursiveDump(const QModelIndex & root, const QString & path, const bool dumpAll, const QString & guid);
|
||||
TreeModel* model;
|
||||
bool dumped;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue