Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 C/C++ 程序中获取主板或处理器的序列号。
我需要为我的软件识别一台唯一的计算机,这样一个许可证就不能在多台计算机上使用。
HAL(硬件抽象层)可以给出Linux上的主板序列号。 http://www.freedesktop.org/wiki/Software/hal
这是背后的图书馆lshal:
lshal
$ lshal | grep 'system\.hardware\.serial' system.hardware.serial = '<serial-number>'