Retrieve Windows key from ACPI MSDM table

Posted on Thu 19 June 2014 in Linux • Tagged with windows, hex, msdm, linux, notepad • 1 min read

[root@localhost ~]# hexdump -C /sys/firmware/acpi/tables/MSDM
00000000 4d 53 44 4d 55 00 00 00 03 d3 4c 45 4e 4f 56 4f |MSDMU.....LENOVO|
00000010 54 50 2d 47 32 20 20 20 70 25 00 00 50 54 4c 20 |TP-G2   p%..PTL |
00000020 02 …

Continue reading