Utility to list all used functions in a C binary file
For this program to work properly you must have:
- Python3
- GDB
- Rich Python Module
This program is currently only working on UNIX systems.
./check.py -h
./check.py binary_name
./check.py binary_name [allowed_function1, allowed_function2 ...]
Don't hesitate to contribute, you can for example add more projects' banned functions into the database.