HawkSec leverages the power of machine learning to analyze and classify code patterns, providing a dynamic and adaptive solution to malware detection at develeoppement level in C/C++.
This is a security extension, that analyses your written C/C++ code and gives you feed back about your code and what did you integrate in it in the current pending vscode editor window.
Python is required for this extension!
The execution of the HawkSec analyses starts by pressing Ctrl+Shift+P and choosing from the Command Palette HawkSec:Detect and scan C/C++ code, just then the python version will be checked first, then it will install the requirements for python.
PS:
It will check for Microsoft Visual C++ Redistributable for windows users. If it doesn't exist you have install it yourself by this link: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redis "https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170"
Make sure that your "pip", "python" and the other requirements are UpToDate!