Kyle-Ye / airdrop-keychain-extractor

Extracting Apple ID Validation Record, Certificate, and Key for AirDrop
0 stars 0 forks source link

the software doesn't output the files #1

Open leapbtw opened 1 year ago

leapbtw commented 1 year ago

hello, i'm the guy from the email, fixed my issue (didn't have amfid disabled), but i have a new issue

whenever i run the software it doesn't output the files it is supposed to

newshell

my enviroment: https://github.com/kholia/OSX-KVM csrutil on vram was disabled by default, and to disable amfi i edited the opencore config file and rebuilt the image

Kyle-Ye commented 1 year ago

There are 2 suggestions I can provide:

  1. Check the log message

Open Console.app and filter by "KeychainExtractor"

Make sure you enable "include info messages" and "include debug messages" in the View menu of "Console.app".

static let logger = Logger(subsystem: "KeychainExtractor", category: "KeychainExtractor")
  1. Check the boot-args

Run nvram -p and check boot-args is set to amfi_get_out_of_my_way=1

You can confirm it by running nvram -p | grep amfi_get_out_of_my_way