mirror of
https://github.com/vee1e/capa.git
synced 2026-09-03 03:37:26 +00:00
Merge pull request #1367 from ggold7046/patch-3
Update match-function-id.py
This commit is contained in:
commit
748e7641ef
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def main(argv=None):
|
|||
for analyzer in analyzers:
|
||||
name = viv_utils.flirt.match_function_flirt_signatures(analyzer.matcher, vw, function)
|
||||
if name:
|
||||
print("0x%04x: %s" % (function, name))
|
||||
print(f"0x{function:04x}: {name}")
|
||||
|
||||
return 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue