mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
pyinstaller: install capstone for smda
This commit is contained in:
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",
|
||||
]
|
||||
Reference in New Issue
Block a user