LICENSE
MANIFEST.in
README.md
pyproject.toml
binsync/__init__.py
binsync/__main__.py
binsync/binsync_plugin.py
binsync/configuration.py
binsync/controller.py
binsync/installer.py
binsync/loggercfg.py
binsync.egg-info/PKG-INFO
binsync.egg-info/SOURCES.txt
binsync.egg-info/dependency_links.txt
binsync.egg-info/entry_points.txt
binsync.egg-info/requires.txt
binsync.egg-info/top_level.txt
binsync/core/__init__.py
binsync/core/cache.py
binsync/core/client.py
binsync/core/errors.py
binsync/core/scheduler.py
binsync/core/state.py
binsync/core/user.py
binsync/extras/__init__.py
binsync/interface_overrides/__init__.py
binsync/interface_overrides/angr.py
binsync/interface_overrides/binja.py
binsync/interface_overrides/ghidra.py
binsync/interface_overrides/ida.py
binsync/stub_files/README.md
binsync/stub_files/__init__.py
binsync/stub_files/binsync_binja_logo.png
binsync/stub_files/plugin.json
binsync/stub_files/requirements.txt
binsync/stub_files/angr_files/__init__.py
binsync/stub_files/angr_files/plugin.toml
binsync/ui/__init__.py
binsync/ui/config_dialog.py
binsync/ui/control_panel.py
binsync/ui/magic_sync_dialog.py
binsync/ui/utils.py
binsync/ui/force_push/__init__.py
binsync/ui/force_push/force_push.py
binsync/ui/force_push/panels/__init__.py
binsync/ui/force_push/panels/functions_table.py
binsync/ui/force_push/panels/globals_table.py
binsync/ui/force_push/panels/table_model.py
binsync/ui/panel_tabs/__init__.py
binsync/ui/panel_tabs/activity_table.py
binsync/ui/panel_tabs/ctx_table.py
binsync/ui/panel_tabs/functions_table.py
binsync/ui/panel_tabs/globals_table.py
binsync/ui/panel_tabs/table_model.py
binsync/ui/panel_tabs/util_panel.py
tests/test_angr_gui.py
tests/test_client.py
tests/test_state.py