August 12, 2019

Flawfinder(SAST tool for C/C++)





The software for SAST(Static Application Security Testing) of C/C++ code.
C/C++ 코드의 취약점 정적 분석(SAST) 목적의 소프트웨어.




1. Feature  특징
❑ Open source tool.
오픈소스 툴.
❑ Easy-to-use interface.
사용하기 편리한 인터페이스.




2. How to install  설치 방법
❑ Windows
> pip3 install flawfinder
> where flawfinder
C:\Users\user\AppData\Local\Programs\Python\Python37-32\Scripts\flawfinder
> cd C:\Users\user\AppData\Local\Programs\Python\Python37-32\Scripts\
> move .\flawfinder .\flawfinder.py




3. How to use  사용법
❑ Ordinary usage(Windows).  
일반적인 사용방법.

flawfinder.py [File]