mirror of
https://github.com/mandiant/capa.git
synced 2026-01-08 03:11:05 -08:00
add explanation to documentation about bypassing gatekeeper
This commit is contained in:
BIN
doc/img/approve.png
Normal file
BIN
doc/img/approve.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
@@ -8,6 +8,12 @@ We use PyInstaller to create these packages.
|
||||
|
||||
The capa [README](../README.md#download) also links to nightly builds of standalone binaries from the latest development branch.
|
||||
|
||||
### MacOS Standalone installation
|
||||
|
||||
By default, on MacOS Catalina or greater, Gatekeeper will block execution of the standalone binary. To resolve this, simply try to execute it once on the command-line and then go to `System Preferences` / `Security & Privacy` / `General` and approve the application:
|
||||
|
||||

|
||||
|
||||
## Method 2: Using capa as a Python library
|
||||
To install capa as a Python library, you'll need to install a few dependencies, and then use `pip` to fetch the capa module.
|
||||
Note: this technique doesn't pull the default rule set, so you should check it out separately from [capa-rules](https://github.com/fireeye/capa-rules/) and pass the directory to the entrypoint using `-r`.
|
||||
|
||||
Reference in New Issue
Block a user