OpenIntelWireless / IntelBluetoothFirmware

Intel Bluetooth Kernel Extensions for macOS
https://OpenIntelWireless.github.io/IntelBluetoothFirmware
GNU General Public License v3.0
2.47k stars 262 forks source link

Seems like the offset of signature should be 384 rather than 388 #480

Closed ya0guang closed 7 months ago

zxystd commented 7 months ago

https://github.com/torvalds/linux/blame/master/drivers/bluetooth/btintel.c#L970 From linux code we can see that there is 4 bytes gap(or other data) between public key and signature data stored in firmware blob, not a continues memory.