Skip to content

g-t-675/Find-Vulnerable-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Find-Vulnerable-Methods

Using python code to find vulnerable methods in C

After you git clone the repo, install pycparser so we can iterate through the C code methods in a simpler way

pip install pycparser

python findExploits.py C-File MethodName

Example: python findExploits.py hash.c malloc

About

Using python code to find vulnerable methods in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages