Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #15728648
Development Resources
Xcode Stuff
$ xcrun --sdk iphoneos --show-sdk-path # shows path to /Applications/Xcode.app/.../SDK/iPhoneOSX.x.sdk
Homebrew
- Install smb://fs-01.devlan.net/share/MDB/OSX/Software/FreeSoftware/Homebrew-homebrew-13424d1.tar.gz
mkdir homebrew
tar xz --strip 1 -C homebrew ~/Downloads/Homebrew-homebrew-13424d1.tar.gz
mv homebrew /usr/local/homebrew
- To install formulae locally, copy them to ~/Library/Caches/Homebrew/Formula (mkdir if this does not exists), and copy the dependencies to
~/Library/Caches/Homebrew
mkdir -p ~/Library/Caches/Homebrew/Formulacp ~/Downloads/grep.rb ~/Library/Caches/Homebrew/Formula/cp grep-2.20.tar.xz xz-5.0.5.mavericks.bottle.3.tar.gz pcre-8.35.mavericks.bottle.tar.gz ~/Library/Caches/Homebrew/brew install grep
- To get the dependencies, get on an internet machine with homebrew installed a do:
brew fetch --deps
- The dependencies will be in
~/Library/Caches/Homebrew
(or /Library/Caches/Homebrew)
FauxPas
Application that inspects an Xcode project and warns about possible bugs, as well ass maintainability and style issues.