An open API service indexing awesome lists of open source software.

https://github.com/medidbella/forbiddenfunctionscaner

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)
https://github.com/medidbella/forbiddenfunctionscaner

automation python3 reading-files-using-python

Last synced: 4 months ago
JSON representation

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)

Awesome Lists containing this project

README

          

==> 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