mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
enhance various dynamic-related functions (#1590)
* enhance various dynamic-related functions * test_cape_features(): update API(NtQueryValueKey) feature count to 7 --------- Co-authored-by: Yacine Elhamer <elhamer.yacine@gmail.com> Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
parent
670faf1d1d
commit
e140fba5df
10 changed files with 97 additions and 22 deletions
|
|
@ -252,7 +252,7 @@ def print_dynamic_features(processes, extractor: DynamicFeatureExtractor):
|
|||
if is_global_feature(feature):
|
||||
continue
|
||||
|
||||
print(f" thread: {t.tid}: {feature}")
|
||||
print(f" thread: {t.tid} {format_address(addr)}: {feature}")
|
||||
|
||||
|
||||
def ida_main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue