汇编获取CPU序列号

易语言 2020-07-11 14:14:05

汇编获取CPU序列号

置入代码 ({ 184, 1, 0, 0, 0 }) ' mov eax,01h
置入代码 ({ 49, 201 }) ' xor ecx,ecx
置入代码 ({ 49, 210 }) ' xor edx,edx
置入代码 ({ 15, 162 }) ' cpuid
置入代码 ({ 137, 85, 252 }) ' mov dword [ebp-4],edx
置入代码 ({ 137, 69, 248 }) ' mov dword [ebp-8],eax
返回 (取八位十六进制 (s1) + 取八位十六进制 (s2))