Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medidbella/forbiddenfunctionscaner
simple python script that checks if all the functions used in C project are allowed to use (the user will provide the allowed functions)
https://github.com/medidbella/forbiddenfunctionscaner
reading-files-using-python
Last synced: 29 days ago
JSON representation
simple python script that checks if all the functions used in C project are allowed to use (the user will provide the allowed functions)
- Host: GitHub
- URL: https://github.com/medidbella/forbiddenfunctionscaner
- Owner: medidbella
- Created: 2024-08-18T10:03:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:28:37.000Z (3 months ago)
- Last Synced: 2024-11-06T14:30:26.773Z (3 months ago)
- Topics: reading-files-using-python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- 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