mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 20:10:07 -08:00
pyinstaller: smda: collect capstone shared library
This commit is contained in:
5
.github/pyinstaller/hooks/hook-smda.py
vendored
5
.github/pyinstaller/hooks/hook-smda.py
vendored
@@ -1,5 +1,4 @@
|
||||
# Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
|
||||
import PyInstaller.utils.hooks
|
||||
|
||||
hiddenimports = [
|
||||
"capstone",
|
||||
]
|
||||
binaries = PyInstaller.utils.hooks.collect_dynamic_libs("capstone")
|
||||
Reference in New Issue
Block a user