diff --git a/.github/pyinstaller/hooks/hook-vivisect.py b/.github/pyinstaller/hooks/hook-vivisect.py index 5b40460b..b98ce4f1 100644 --- a/.github/pyinstaller/hooks/hook-vivisect.py +++ b/.github/pyinstaller/hooks/hook-vivisect.py @@ -22,14 +22,12 @@ excludedimports = [ "PyQt5", "qt5", "pyqtwebengine", - # the above are imported by these viv modules. # so really, we'd want to exclude these submodules of viv. # but i dont think this works. "vqt", "vdb.qt", "envi.qt", - # unused by capa "pyasn1", ] @@ -155,4 +153,4 @@ hiddenimports = [ "vstruct.defs.windows.win_6_3_i386.ntoskrnl", "vstruct.defs.windows.win_6_3_wow64", "vstruct.defs.windows.win_6_3_wow64.ntdll", -] \ No newline at end of file +]