mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
update viv dependencies and fix (#1342)
* update dependencies and fix * pyinstaller: add hook for new viv pas * pyinstaller: hooks: remove duplicate entries and old analysis pass * Update setup.py * update hidden imports --------- Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
6
setup.py
6
setup.py
@@ -18,12 +18,12 @@ requirements = [
|
||||
"termcolor==2.2.0",
|
||||
"wcwidth==0.2.6",
|
||||
"ida-settings==2.1.0",
|
||||
"viv-utils[flirt]==0.7.7",
|
||||
"viv-utils[flirt]==0.7.9",
|
||||
"halo==0.0.31",
|
||||
"networkx==2.5.1", # newer versions no longer support py3.7.
|
||||
"ruamel.yaml==0.17.21",
|
||||
"vivisect==1.0.8",
|
||||
"pefile==2022.5.30",
|
||||
"vivisect==1.1.1",
|
||||
"pefile==2023.2.7",
|
||||
"pyelftools==0.29",
|
||||
"dnfile==0.13.0",
|
||||
"dncil==1.0.2",
|
||||
|
||||
Reference in New Issue
Block a user