ui/ux: Improve data analyzer interface, make it run asynchronously

This commit is contained in:
WerWolv
2021-02-22 13:08:06 +01:00
parent 3cbbfb1782
commit 7f97416e6e
3 changed files with 106 additions and 86 deletions

View File

@@ -196,10 +196,14 @@ namespace hex::plugin::builtin {
{ "hex.view.hexeditor.menu.edit.set_base", "Set base address" },
{ "hex.view.information.name", "Data Information" },
{ "hex.view.information.analyze", "Analyze current page" },
{ "hex.view.information.region", "analyzed region" },
{ "hex.view.information.control", "Control" },
{ "hex.view.information.analyze", "Analyze page" },
{ "hex.view.information.analyzing", "Analyzing..." },
{ "hex.view.information.region", "Analyzed region" },
{ "hex.view.information.magic", "Magic information" },
{ "hex.view.information.description", "Description:" },
{ "hex.view.information.mime", "MIME Type:" },
{ "hex.view.information.info_analysis", "Information analysis" },
{ "hex.view.information.distribution", "Byte distribution" },
{ "hex.view.information.entropy", "Entropy" },
{ "hex.view.information.block_size", "Block size" },