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:
Moritz
2023-04-25 06:34:40 +02:00
committed by GitHub
parent f902add0ce
commit 2401dc785c
4 changed files with 44 additions and 16 deletions

View File

@@ -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",