.gitignore
LICENSE
README.md
headless-ida.png
pyproject.toml
.github/workflows/pypi.yml
examples/decompile_main.py
examples/decompile_main_multibins.py
examples/list_functions.py
examples/list_strings.py
examples/save_idb.py
examples/search_string_refs.py
src/headless_ida_multi/__init__.py
src/headless_ida_multi/cli.py
src/headless_ida_multi/client.py
src/headless_ida_multi/helpers.py
src/headless_ida_multi/ida_headers.py
src/headless_ida_multi/ida_script.py
src/headless_ida_multi/ida_script_keep_db.py
src/headless_ida_multi/server.py
src/headless_ida_multi.egg-info/PKG-INFO
src/headless_ida_multi.egg-info/SOURCES.txt
src/headless_ida_multi.egg-info/dependency_links.txt
src/headless_ida_multi.egg-info/entry_points.txt
src/headless_ida_multi.egg-info/requires.txt
src/headless_ida_multi.egg-info/top_level.txt
tests/__init__.py
tests/test_helpers.py
tests/test_idb_path.py
tests/test_remote.py
tests/test_zipped_idb.py
tests/testbin/foo
tests/testbin/hello_world
tests/testc/foo.c
tests/testc/hello_world.c