mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
fix typos
This commit is contained in:
committed by
Willi Ballenthin
parent
2f4d8e1d90
commit
4f4adc04c8
@@ -246,7 +246,7 @@ def install_common_args(parser, wanted=None):
|
||||
|
||||
if "backend" in wanted:
|
||||
backends = [
|
||||
(BACKEND_AUTO, "(default) detect apppropriate backend automatically"),
|
||||
(BACKEND_AUTO, "(default) detect appropriate backend automatically"),
|
||||
(BACKEND_VIV, "vivisect"),
|
||||
(BACKEND_PEFILE, "pefile (file features only)"),
|
||||
(BACKEND_BINJA, "Binary Ninja"),
|
||||
|
||||
@@ -306,7 +306,7 @@ class Match(FrozenModel):
|
||||
args:
|
||||
success: did the node match?
|
||||
node: the logic node or feature node.
|
||||
children: any children of the logic node. not relevent for features, can be empty.
|
||||
children: any children of the logic node. not relevant for features, can be empty.
|
||||
locations: where the feature matched. not relevant for logic nodes (except range), can be empty.
|
||||
captures: captured values from the string/regex feature, and the locations of those values.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user