trailofbits / cb-multios

DARPA Challenges Sets for Linux, Windows, and macOS
https://blog.trailofbits.com/2016/08/01/your-tool-works-better-than-mine-prove-it/
MIT License
520 stars 103 forks source link

Fully static builds #61

Closed woodruffw closed 5 years ago

woodruffw commented 5 years ago

Ensures that all linkage is static, even in challenge binaries with auxiliary libraries.

Note: buildSO is now a bit of a misnomer, but I think we can let it slide.

Closes #59 Closes #60