mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
pyinstaller: install capstone for smda
This commit is contained in:
parent
6f9c660082
commit
ee85c929da
1 changed files with 5 additions and 0 deletions
5
.github/pyinstaller/hooks/hook-smda.py
vendored
Normal file
5
.github/pyinstaller/hooks/hook-smda.py
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
|
||||
|
||||
hiddenimports = [
|
||||
"capstone",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue