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)
- Host: GitHub
- URL: https://github.com/medidbella/forbiddenfunctionscaner
- Owner: medidbella
- Created: 2024-08-18T10:03:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:39:38.000Z (over 1 year ago)
- Last Synced: 2025-01-10T23:19:55.222Z (over 1 year ago)
- Topics: automation, python3, reading-files-using-python
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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