mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
fix bugs and mypy issues
This commit is contained in:
parent
9394194031
commit
63e273efd4
5 changed files with 15 additions and 8 deletions
|
|
@ -252,7 +252,7 @@ def print_dynamic_features(processes, extractor: DynamicFeatureExtractor):
|
|||
if is_global_feature(feature):
|
||||
continue
|
||||
|
||||
print(f" thread: {t.tid} {format_address(addr)}: {feature}")
|
||||
print(f" {t.address} {format_address(addr)}: {feature}")
|
||||
|
||||
|
||||
def ida_main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue