From 056f80a141526b6a9959aba598088ae187d6bd4d Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Thu, 19 Mar 2020 08:52:28 +0100 Subject: [PATCH 1/2] 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 5e9b6fcd..166ea236 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 From ccf82d598a45a2d81eaa5516be79830cb26fa9f7 Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Sat, 21 Mar 2020 12:11:16 +0100 Subject: [PATCH 2/2] minor fix --- client/hid-flasher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/hid-flasher/Makefile b/client/hid-flasher/Makefile index 166ea236..4ce78841 100644 --- a/client/hid-flasher/Makefile +++ b/client/hid-flasher/Makefile @@ -37,7 +37,7 @@ clean: # must be run as root install_kext: Info.plist spctl --master-disable - mount -uw + mount -uw / killall Finder mkdir -p /System/Library/Extensions/Proxmark3.kext/Contents cp Info.plist /System/Library/Extensions/Proxmark3.kext/Contents