SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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/


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.