Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.26 KB

PCID

Build Status experimentalLicense

A pc signature generator that can be used to implement copy protection or licensing software to node-lock your delivered software.

License

The project is donated to the community. It comes with a very large freedom of use for everyone, and it will always be. It uses a BSD 3 clauses licensing schema, that allows free modification and inclusion in commercial software.

How to build

make should work.

prerequisites

  • compilsers: GCC (Linux) MINGW (Linux cross compile for Windows), MINGW or MSVC (Windows)
  • tools/libs: cmake, boost. If target is linux openssl is necessary.
git clone https://github.com/eicossa/pcid.git
cd pcid/
make
cd bin
./pcid

How to contribute

New ways of obtaining serial nos from motherboard, RAM, chassis etc (a la dmidecode) would be welcome. As would be any ideas telling me how wrong this is.