General Information
SIC stands for System Integrity Checker. You can use it to make sure that no unauthorized changes have been made to your computer systems.
SIC is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information.
The official web site is:
http://dev.mmgsecurity.com/projects/sic/
Installation
SIC requires the following other packages:
- Mono v1.1.13.6 (or greater)
Simple installation procedure:
# tar zxvf sic-X.Y.Z.tar.gz
# cd sic-X.Y.Z
# ./configure
# make
# make install
See the file 'INSTALL' for more detailed information.
Hacking
SIC is written in C# using Mono. The source code is available from the MMG Security Subversion repository in the module sic.
$ mkdir sic
$ cd sic
$ svn co http://dev.mmgsecurity.com/src/sic/trunk
$ cd trunk
$ ./autogen.sh
$ ./configure
$ make
Bugs / Patches
Bugs/patches can be reported/submitted to http://dev.mmgsecurity.com/bugs/
