Skip to content

Commit

Permalink
Add README section re: chainguard-dev#63
Browse files Browse the repository at this point in the history
  • Loading branch information
egibs committed May 4, 2024
1 parent 70fe1cb commit 8490b8a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,20 @@ In order to compile the rules from this project there are a couple of options:
2. Run a Linux container or VM of choice and install `bincapz` and its dependencies

Disabling macOS' System Integrity Protection via `csrutil` to run `bincapz` with `--third-party` is *not* recommended.

#### `yara addfile third_party/yara-rules-full.yar: invalid field name "imphash"`

OpenSSL's libraries are required for Yara (depending on the platform being used).

A non-exhaustive list of Linux distributions and their respectie package names can be found below:

* Debian, Ubuntu
* `libssl-dev`
* CentOS, Fedora, RHEL, Rocky:
* `openssl-devel`
* Alpine/Wolfi:
* `openssl-dev`
* Arch:
* `openssl` (Arch includes the libraries)
* OpenSUSE:
* `libopenssl-devel`

0 comments on commit 8490b8a

Please sign in to comment.