Python script to check for banned windows APIs in source files
Here is a python script to check if any banned windows APIs are present in C source/header files. It’s useful to find where vulnerable code might be present. The script gets as an argument a folder name and then recursively…