benbaker76

Results 79 comments of benbaker76

You should set to Framebuffer->macOS 10.14. This setting uses the framebuffer dumps from 10.14 instead of from inside the framebuffer binaries which is what you need for >= macOS 10.14....

I just updated to Monterey 12.2.1 (Build 21D62) and do not experience this issue. What version are you on? If you run Hackintool from Terminal does it show any errors?

Hey @joevt happy to take any pull requests

> I just tried to use the latest version. The reg file has been successfully exported, but my Bluetooth mouse still can't work between the two systems. Then I found...

It might not be unique to Windows. CSRK and CSRKInbound are both 16 byte values so these could be Remote Encryption->Long-term Key and Remote IRK values on macOS. The InboundSignCounter...

> 3.8.5 still unable to export reg file :( Now I use the "Keychain access" tool to export data and modify it myself Can you please attach the output to...

> At the same time, I tried to change the address parameters inside, and unexpectedly found that this method was feasible!I found that the address in the reg file generated...

Sorry, the correct lines are: ``` security find-generic-password -a "Public device_address" -s BluetoothLE -w security find-generic-password -a "Random device_address" -s BluetoothLE -w ``` Again, replacing device_address as you have above.

> But `sudo security find-generic-password -a EB:F4:EC:26:47:0E -s BluetoothLE -w` returns `security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.` That command is incorrect. You need the...