mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
pyinstaller: smda: collect capstone shared library
This commit is contained in:
parent
ee85c929da
commit
bb17adeda2
1 changed files with 2 additions and 3 deletions
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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue