mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
type: capa.features.extractors.viv.file
This commit is contained in:
@@ -50,7 +50,7 @@ def extract_file_import_names(vw, file_path):
|
||||
yield Import(name), va
|
||||
|
||||
|
||||
def is_viv_ord_impname(impname):
|
||||
def is_viv_ord_impname(impname: str) -> bool:
|
||||
"""
|
||||
return if import name matches vivisect's ordinal naming scheme `'ord%d' % ord`
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user