ChkLock: Source Code
ChkLock: Source Code
Having the source available makes it possible for independent parties
to verify that the ChkLock utility is not malicious, and to understand
how it works. Anyone can download, study, and compile the source
materials, or incorporate ChkLock's functionality into their own work.
Under Visual C++, you should only need to put these files in a Win32
Console Application workspace and compile them.
Source Files
- .cpp files
- ChkLock.cpp: The important part; this is
where all the work gets done.
- ErrorHandler.cpp: If something goes
wrong, this will format a nice error message.
- main.cpp: The wmain() function; just a
wrapper-- prints usage information and calls ChkLock().
- header files
The only files not included are the version resource script,
the related header file, and the icon file. They're boring, and hard
to put into HTML anyway.
Please bear these guidelines in mind when referencing or using
the source materials:
- ChkLock is Copyright (C) 2000, Berbee. All rights reserved.
- License to copy and use this software is granted provided that
credit is given to Berbee for the creation of the ChkLock utility
in all material mentioning or referencing this software or source
code.
- License is also granted to make and use derivative works provided
that such works are identified as derived from the Berbee ChkLock
utility in all material mentioning or referencing the derived work.
- Berbee makes no representations concerning either the merchantability
of this software or the suitability of this software for any particular
purpose. It is provided "as is" without express or implied warranty of
any kind.
- These notices must be retained in any copies of any part of this
documentation and/or software.
This page is maintained by Peyton Engel.
Last updated 13 October 2000