Extrude – Analyse binaries for missing security features, information disclosure and more.

Extrude is in the early stages of development, and currently only supports ELF and MachO binaries. PE (Windows) binaries will be supported soon.

Usage

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

You can optionally run extrude with docker via:

docker run -v `pwd`:/blah -it ghcr.io/liamg/extrude /blah/targetfile

Supported Checks

ELF

PIERELROBIND NOWFortified SourceStack CanaryNX Stack

MachO

PIEStack CanaryNX StackNX HeapARC

Windows

Coming soon…

TODO

Add support for PEAdd secret scanningDetect packers


Download Extrude

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top