Analyse binaries for missing security features, information disclosure and more.
🚧 Extrudeは開発初期段階にあり、現在はELFおよびMachOバイナリのみをサポートしています。PE(Windows)バイナリはまもなくサポート予定です。

Usage:
extrude [flags] [file]
Flags:
-a, --all Show details of all tests, not just those which failed.
-w, --fail-on-warning Exit with a non-zero status even if only warnings are discovered.
-h, --help help for extrude
Dockerを使ってextrudeを実行することもできます:
docker run -v `pwd`:/blah -it ghcr.io/liamg/extrude /blah/targetfile
準備中...