This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main idea, we modify NVME pci id's to look like a white-list allowed device (i.e. modem/wifi/etc) | |
First we should find white-listed VID/PID/SSVID/SSPID, for thinkpad x13s i just read a bios firmware and found this part | |
of data, well it looks like id's and repeated like a list of them | |
0000000001000000 5B10 C1E0 CB17 0C01 | |
0000000001000000 5B10 C2E0 CB17 0C01 | |
0000000001000000 5B10 C3E0 CB17 0C01 | |
mirror them»»»» | |
0000000001000000 105B E0C1 17CB 010C | |
0000000001000000 105B E0C2 17CB 010C |