LICENSE
MANIFEST.in
README.md
pyproject.toml
binsync/__init__.py
binsync/__main__.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/api/__init__.py
binsync/api/artifact_lifter.py
binsync/api/controller.py
binsync/api/type_parser.py
binsync/api/utils.py
binsync/core/__init__.py
binsync/core/cache.py
binsync/core/client.py
binsync/core/errors.py
binsync/core/scheduler.py
binsync/data/__init__.py
binsync/data/artifact.py
binsync/data/comment.py
binsync/data/configuration.py
binsync/data/enum.py
binsync/data/func.py
binsync/data/global_variable.py
binsync/data/patch.py
binsync/data/stack_variable.py
binsync/data/state.py
binsync/data/struct.py
binsync/data/user.py
binsync/decompiler_stubs/__init__.py
binsync/decompiler_stubs/ida_binsync.py
binsync/decompiler_stubs/angr_binsync/__init__.py
binsync/decompiler_stubs/angr_binsync/plugin.toml
binsync/decompiler_stubs/binja_binsync/__init__.py
binsync/decompiler_stubs/binja_binsync/plugin.json
binsync/decompiler_stubs/ghidra_binsync/__init__.py
binsync/decompiler_stubs/ghidra_binsync/ghidra_binsync.py
binsync/decompiler_stubs/ghidra_binsync/ghidra_binsync_shutdown.py
binsync/decompiler_stubs/ghidra_binsync/binsync_vendored/__init__.py
binsync/decompiler_stubs/ghidra_binsync/binsync_vendored/ghidra_bridge_port.py
binsync/decompiler_stubs/ghidra_binsync/binsync_vendored/ghidra_bridge_server.py
binsync/decompiler_stubs/ghidra_binsync/binsync_vendored/jfx_bridge/__init__.py
binsync/decompiler_stubs/ghidra_binsync/binsync_vendored/jfx_bridge/bridge.py
binsync/decompilers/__init__.py
binsync/decompilers/angr/__init__.py
binsync/decompilers/angr/artifact_lifter.py
binsync/decompilers/angr/control_panel_view.py
binsync/decompilers/angr/controller.py
binsync/decompilers/angr/plugin.py
binsync/decompilers/binja/__init__.py
binsync/decompilers/binja/artifact_lifter.py
binsync/decompilers/binja/binja_binsync.py
binsync/decompilers/binja/binsync_binja_logo.png
binsync/decompilers/binja/compat.py
binsync/decompilers/binja/controller.py
binsync/decompilers/ghidra/__init__.py
binsync/decompilers/ghidra/artifact_lifter.py
binsync/decompilers/ghidra/control_panel_window.py
binsync/decompilers/ghidra/controller.py
binsync/decompilers/ghidra/ghidra_api.py
binsync/decompilers/ida/__init__.py
binsync/decompilers/ida/artifact_lifter.py
binsync/decompilers/ida/compat.py
binsync/decompilers/ida/controller.py
binsync/decompilers/ida/hooks.py
binsync/decompilers/ida/oneliner.py
binsync/decompilers/ida/plugin.py
binsync/extras/__init__.py
binsync/ui/__init__.py
binsync/ui/config_dialog.py
binsync/ui/control_panel.py
binsync/ui/magic_sync_dialog.py
binsync/ui/qt_objects.py
binsync/ui/utils.py
binsync/ui/version.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