Home - rainrambler/seccheck GitHub Wiki

Seccheck - A tool for security C/C++ code analysis

Basic Usage

Syntax

`seccheck [OPTIONS] [files or paths]`

Options

Implemented CERT C++ Coding Standards

08. Memory Management (MEM)

MEM08-CPP. Use new and delete rather than raw memory allocation and deallocation