Current Path : /proc/thread-self/root/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/utils/ |
Current File : //proc/thread-self/root/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/utils/hyperscan.py |
import functools @functools.lru_cache(maxsize=1) def is_ssse3_supported(): with open("/proc/cpuinfo") as f: return "ssse3" in f.read()