mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
yara: Added support for displaying variable names
This commit is contained in:
@@ -301,6 +301,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.yara.error", "Yara Kompilerfehler: " },
|
||||
{ "hex.view.yara.header.matches", "Funde" },
|
||||
{ "hex.view.yara.matches.identifier", "Kennung" },
|
||||
{ "hex.view.yara.matches.variable", "Variabel" },
|
||||
{ "hex.view.yara.whole_data", "Gesammte Daten Übereinstimmung!" },
|
||||
{ "hex.view.yara.no_rules", "Keine Yara Regeln gefunden. Platziere sie in ImHex's 'yara' Ordner" },
|
||||
|
||||
|
||||
@@ -304,6 +304,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.yara.error", "Yara Compiler error: " },
|
||||
{ "hex.view.yara.header.matches", "Matches" },
|
||||
{ "hex.view.yara.matches.identifier", "Identifier" },
|
||||
{ "hex.view.yara.matches.variable", "Variable" },
|
||||
{ "hex.view.yara.whole_data", "Whole file matches!" },
|
||||
{ "hex.view.yara.no_rules", "No YARA rules found. Put them in ImHex's 'yara' folder" },
|
||||
|
||||
|
||||
@@ -301,6 +301,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.yara.error", "Errore compilazione Yara: " },
|
||||
{ "hex.view.yara.header.matches", "Abbinamenti" },
|
||||
{ "hex.view.yara.matches.identifier", "Identificatore" },
|
||||
//{ "hex.view.yara.matches.variable", "Variable" },
|
||||
{ "hex.view.yara.whole_data", "Tutti i file combaciano!" },
|
||||
{ "hex.view.yara.no_rules", "Nessuna regola di YARA. Aggiungile in nella cartella 'yara' di 'ImHex'" },
|
||||
|
||||
|
||||
@@ -301,6 +301,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.yara.error", "Yara编译器错误: " },
|
||||
{ "hex.view.yara.header.matches", "匹配" },
|
||||
{ "hex.view.yara.matches.identifier", "标识符" },
|
||||
//{ "hex.view.yara.matches.variable", "Variable" },
|
||||
{ "hex.view.yara.whole_data", "全文件匹配!" },
|
||||
{ "hex.view.yara.no_rules", "没有找到YARA规则。请将规则放到ImHex的'yara'目录下。" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user