mirror of
https://github.com/mandiant/capa.git
synced 2026-01-01 07:26:22 -08:00
render: show abs path of rules directory
This commit is contained in:
@@ -359,7 +359,7 @@ def collect_metadata(argv, sample_path, rules_path, format, extractor):
|
||||
"analysis": {
|
||||
"format": format,
|
||||
"extractor": extractor.__class__.__name__,
|
||||
"rules": rules_path,
|
||||
"rules": os.path.abspath(os.path.normpath(rules_path)),
|
||||
"base_address": extractor.get_base_address(),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user