Skip to content

a program that pars through C source code and checks if all the functions used are in the allowed functions list (the user will provide the list)

Notifications You must be signed in to change notification settings

medidbella/ForbiddenFunctionScaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

==> USAGE

after cloning the source code run it using the Python interpreter:

python3 main.py 'argument'

the argument should be your C project path, after that, you will be asked to input the allowed function of your project separated by a ',' character (you can copy and paste them from the project subject) and then press ctr+d if the program did find a function that is not in the list and not declared in the C project it will display it

About

a program that pars through C source code and checks if all the functions used are in the allowed functions list (the user will provide the list)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages