LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
run_tests.py
setup.py
docs/openapi.yml
src/gaudit/__init__.py
src/gaudit/__main__.py
src/gaudit/cli.py
src/gaudit/client.py
src/gaudit/config.py
src/gaudit/elfbuilder.py
src/gaudit.egg-info/PKG-INFO
src/gaudit.egg-info/SOURCES.txt
src/gaudit.egg-info/dependency_links.txt
src/gaudit.egg-info/entry_points.txt
src/gaudit.egg-info/requires.txt
src/gaudit.egg-info/top_level.txt
src/gaudit/ida/__init__.py
src/gaudit/ida/idbtoelf.py
src/gaudit/ida/plugin.py
src/gaudit/ida/ui.py
src/gaudit/ida/version.py
tests/__init__.py
tests/conftest.py
tests/test_all.py
tests/test_cli.py
tests/test_cli_commands.py
tests/test_cli_dataset.py
tests/test_client.py
tests/test_config.py
tests/test_edge_cases.py
tests/test_elfbuilder.py
tests/test_imports.py
tests/test_integration.py
tests/utils.py