From 056f80a141526b6a9959aba598088ae187d6bd4d Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Thu, 19 Mar 2020 08:52:28 +0100 Subject: [PATCH] fix 'make install_kext' for hid-flasher * based on https://www.tonymacx86.com/threads/guide-installing-3rd-party-kexts-el-capitan-sierra-high-sierra-mojave-catalina.268964/ --- client/hid-flasher/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/hid-flasher/Makefile b/client/hid-flasher/Makefile index 5e9b6fcde..166ea2365 100644 --- a/client/hid-flasher/Makefile +++ b/client/hid-flasher/Makefile @@ -36,6 +36,9 @@ clean: # must be run as root install_kext: Info.plist + spctl --master-disable + mount -uw + killall Finder mkdir -p /System/Library/Extensions/Proxmark3.kext/Contents cp Info.plist /System/Library/Extensions/Proxmark3.kext/Contents chown -R root:wheel /System/Library/Extensions/Proxmark3.kext