mirror of
https://github.com/mandiant/capa.git
synced 2025-12-29 06:03:52 -08:00
6 lines
232 B
Python
6 lines
232 B
Python
# Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
|
|
import PyInstaller.utils.hooks
|
|
|
|
# ref: https://groups.google.com/g/pyinstaller/c/amWi0-66uZI/m/miPoKfWjBAAJ
|
|
binaries = PyInstaller.utils.hooks.collect_dynamic_libs("capstone")
|