fix bugs and mypy issues

This commit is contained in:
Yacine Elhamer
2023-07-10 15:52:33 +01:00
parent 9394194031
commit 63e273efd4
5 changed files with 15 additions and 8 deletions

View File

@@ -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():