You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the library folder to the python interpreter path
pip show stlcovertchannels # to see the location of the library
Add the location the python interpreter paths
In my case the location is <...local/lib/python3.9/site-packages>
Follow this instructions to add the path:
https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-reloading-interpreter-paths.html
Tests:
cd sanitizer_random/tests && pytest -q sanitizer_random_test.py
cd sanitizer_random/tests && pytest -q attack_on_sanitizer.py