]> git.saurik.com Git - apple/security.git/blob - Security/tlsnke/loadkext.sh
Security-57031.10.10.tar.gz
[apple/security.git] / Security / tlsnke / loadkext.sh
1 #!/bin/sh
2
3 # install this script in /var/root/ to use with the xcode project.
4
5 cp -R $1 /tmp
6 kextunload -v /tmp/tlsnke.kext/
7 kextload -v /tmp/tlsnke.kext/
8