diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-10-16 11:38:24 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-10-16 11:38:24 +0200 |
commit | 8b3f47b4199028965dd7bd6b7fa9eba69dc81f9f (patch) | |
tree | fd589cc4901d625c866f181e80aeda5ada9dd420 | |
parent | 391d1884b36f2459324de8393dad988352771a6a (diff) | |
download | dotfiles-8b3f47b4199028965dd7bd6b7fa9eba69dc81f9f.tar.gz dotfiles-8b3f47b4199028965dd7bd6b7fa9eba69dc81f9f.tar.bz2 dotfiles-8b3f47b4199028965dd7bd6b7fa9eba69dc81f9f.zip |
Brewfile: add binutils and cifer
-rwxr-xr-x | Brewfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,7 +39,9 @@ install homebrew/php/php55 --with-gmp # Install some CTF tools; see https://github.com/ctfs/write-ups install bfg +install binutils install binwalk +install cifer install dex2jar install dns2tcp install fcrackzip |