Skip to content
rainrambler edited this page May 4, 2014 · 1 revision

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

Clone this wiki locally