LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
hexora/__init__.py
hexora/py.typed
hexora.egg-info/PKG-INFO
hexora.egg-info/SOURCES.txt
hexora.egg-info/dependency_links.txt
hexora.egg-info/entry_points.txt
hexora.egg-info/not-zip-safe
hexora.egg-info/top_level.txt
src/cli.rs
src/io.rs
src/lib.rs
src/main.rs
src/py.rs
src/audit/annotate.rs
src/audit/helpers.rs
src/audit/mod.rs
src/audit/parse.rs
src/audit/resolver.rs
src/audit/result.rs
src/rules/clipboard.rs
src/rules/dll_injection.rs
src/rules/download.rs
src/rules/dunder.rs
src/rules/env.rs
src/rules/exec.rs
src/rules/expression.rs
src/rules/helpers.rs
src/rules/identifier.rs
src/rules/imports.rs
src/rules/literal.rs
src/rules/mod.rs
src/rules/statement.rs
src/rules/test.rs