mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
ui/ux: Improve data analyzer interface, make it run asynchronously
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user