LICENSE
README.md
pyproject.toml
memguard/__init__.py
memguard/config.py
memguard/middleware.py
memguard/adapters/__init__.py
memguard/adapters/generic.py
memguard/core/__init__.py
memguard/core/audit.py
memguard/core/memory_entry.py
memguard/core/memory_proxy.py
memguard/core/memory_store.py
memguard/core/policy_engine.py
memguard/core/quarantine.py
memguard/crypto/__init__.py
memguard/crypto/hash_chain.py
memguard/crypto/signing.py
memguard/detection/__init__.py
memguard/detection/base.py
memguard/detection/contradiction.py
memguard/detection/fragment_assembly.py
memguard/detection/pipeline.py
memguard/detection/privilege_escalation.py
memguard/detection/semantic_drift.py
memguard_Riffnel.egg-info/PKG-INFO
memguard_Riffnel.egg-info/SOURCES.txt
memguard_Riffnel.egg-info/dependency_links.txt
memguard_Riffnel.egg-info/requires.txt
memguard_Riffnel.egg-info/top_level.txt
tests/test_detection.py
tests/test_memguard.py