Skip to content

pynezz/python-unsafe-c-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Unsafe C checker

A script that looks for unsafe C functions in your source code and avoids unneccessary lost points on the exam.

Example usage

Just download/copy paste the script and use it with either:

chmod +x checkunsafe.py

Verbose output, recursive search in current directory:

./checkunsafe.py -v[erbose] -r[ecursive] . -o result.txt  

or: (with verbose output, recursive search in current directory)

python3 checkunsafe.py -v[erbose] -r[ecursive] . -o result.txt  

Verbose

Gives more information, including alternative safer functions

Screenshots

[!alt(img)]

About

Check for unsafe C functions in your source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages