Skip to content

Instantly share code, notes, and snippets.

View limitedeternity's full-sized avatar
🔭
Ищу смыслы

Vyacheslav Bespalov limitedeternity

🔭
Ищу смыслы
View GitHub Profile

Compile steghide in macOS X

Check if dependencies are installed:

$ brew install gettext libjpeg libmcrypt mhash

Construct LDFLAGS and CPPFLAGS, then configure with those:

$ brew info gettext | grep "/usr/local/Cellar"