Display non-ASCII-named FPT partition table entry names as hex (fixing #215)

This commit is contained in:
Nikolaj Schlej 2020-11-22 18:01:44 -08:00
parent 5967865028
commit 115d338a70
4 changed files with 58 additions and 29 deletions

View file

@ -23,6 +23,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "treemodel.h"
#include "parsingdata.h"
// Returns bytes as string when all bytes are ascii visible, hex representation otherwise
UString visibleAsciiOrHex(UINT8* bytes, UINT32 length);
// Returns unique name for tree item
UString uniqueItemName(const UModelIndex & index);