Skip to content

AM-security/STL-sanitizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build:

Resolve dependencies:

    pip install git+https://github.com/AM-security/STL-channels-encoder

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published