LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
examples/elf_diff_test_static_1.pdf
examples/libstdc++_std_string_diff.pdf
examples/multi_page_pair_report.png
examples/single_page_pair_report.png
src/elf_diff/__init__.py
src/elf_diff/__main__.py
src/elf_diff/auxiliary.py
src/elf_diff/binary.py
src/elf_diff/binary_file_format.py
src/elf_diff/binary_pair.py
src/elf_diff/binary_pair_settings.py
src/elf_diff/binutils.py
src/elf_diff/default_plugins.py
src/elf_diff/document_explorer.py
src/elf_diff/error_handling.py
src/elf_diff/formatted_output.py
src/elf_diff/git.py
src/elf_diff/instruction_collector.py
src/elf_diff/jinja.py
src/elf_diff/mangling.py
src/elf_diff/meta_tree.py
src/elf_diff/meta_tree_properties.py
src/elf_diff/pair_report_document.py
src/elf_diff/plugin.py
src/elf_diff/settings.py
src/elf_diff/source_file.py
src/elf_diff/string_diff.py
src/elf_diff/symbol.py
src/elf_diff/symbol_extractor.py
src/elf_diff/symbol_selection.py
src/elf_diff/symbol_sizes.py
src/elf_diff/system_command.py
src/elf_diff/tree_addressable.py
src/elf_diff/tree_exception.py
src/elf_diff/value_tree.py
src/elf_diff.egg-info/PKG-INFO
src/elf_diff.egg-info/SOURCES.txt
src/elf_diff.egg-info/dependency_links.txt
src/elf_diff.egg-info/requires.txt
src/elf_diff.egg-info/top_level.txt
src/elf_diff/deprecated/__init__.py
src/elf_diff/deprecated/mass_report.py
src/elf_diff/deprecated/j2/mass_report_template.html
src/elf_diff/deprecated/j2/css/elf_diff_general.css
src/elf_diff/deprecated/j2/css/layout.css
src/elf_diff/deprecated/j2/js/sorttable.js
src/elf_diff/html/example_page.html
src/elf_diff/images/elf_diff_logo.svg
src/elf_diff/images/elf_diff_logo_favicon.svg
src/elf_diff/images/favicon.png
src/elf_diff/plugins/__init__.py
src/elf_diff/plugins/export/__init__.py
src/elf_diff/plugins/export/html/__init__.py
src/elf_diff/plugins/export/html/plugin.py
src/elf_diff/plugins/export/html/j2/document.html
src/elf_diff/plugins/export/html/j2/frame_content.html
src/elf_diff/plugins/export/html/j2/isolated_symbol_details.html
src/elf_diff/plugins/export/html/j2/isolated_symbol_overview.html
src/elf_diff/plugins/export/html/j2/macros.j2
src/elf_diff/plugins/export/html/j2/migrated_symbol_details.html
src/elf_diff/plugins/export/html/j2/migrated_symbol_overview.html
src/elf_diff/plugins/export/html/j2/pair_report_index_page.html
src/elf_diff/plugins/export/html/j2/pair_report_single_page.html
src/elf_diff/plugins/export/html/j2/persisting_symbol_details.html
src/elf_diff/plugins/export/html/j2/persisting_symbol_overview.html
src/elf_diff/plugins/export/html/j2/similar_symbol_details.html
src/elf_diff/plugins/export/html/j2/similar_symbol_overview.html
src/elf_diff/plugins/export/html/j2/statistics.html
src/elf_diff/plugins/export/html/j2/css/elf_diff_general.css
src/elf_diff/plugins/export/html/j2/css/layout.css
src/elf_diff/plugins/export/html/j2/js/dragbars.js
src/elf_diff/plugins/export/html/j2/js/sorttable.js
src/elf_diff/plugins/export/json/__init__.py
src/elf_diff/plugins/export/json/plugin.py
src/elf_diff/plugins/export/pdf/__init__.py
src/elf_diff/plugins/export/pdf/plugin.py
src/elf_diff/plugins/export/txt/__init__.py
src/elf_diff/plugins/export/txt/plugin.py
src/elf_diff/plugins/export/xml/__init__.py
src/elf_diff/plugins/export/xml/plugin.py
src/elf_diff/plugins/export/yaml/__init__.py
src/elf_diff/plugins/export/yaml/plugin.py
tests/CMakeLists.txt
tests/README_build_test_archives.md
tests/new_binary_info.txt
tests/old_binary_info.txt
tests/test_main.py
tests/test_requirements.txt
tests/toolchain_gcc-arm-linux-gnueabi.cmake
tests/toolchain_ghs.cmake
tests/arm/libelf_diff_test2_debug_new.a
tests/arm/libelf_diff_test2_debug_old.a
tests/arm/libelf_diff_test2_release_new.a
tests/arm/libelf_diff_test2_release_old.a
tests/arm/libelf_diff_test_debug_new.a
tests/arm/libelf_diff_test_debug_old.a
tests/arm/libelf_diff_test_release_new.a
tests/arm/libelf_diff_test_release_old.a
tests/elf_diff_test/__init__.py
tests/elf_diff_test/args_watcher.py
tests/elf_diff_test/command_line_args.py
tests/elf_diff_test/elf_diff_execution.py
tests/elf_diff_test/module_search_path.py
tests/elf_diff_test/subprocess.py
tests/elf_diff_test/test_binaries.py
tests/elf_diff_test/test_in_subdirs.py
tests/ghs/libelf_diff_test2_debug_new.a
tests/ghs/libelf_diff_test2_debug_old.a
tests/ghs/libelf_diff_test2_release_new.a
tests/ghs/libelf_diff_test2_release_new.a.demangle.txt
tests/ghs/libelf_diff_test2_release_old.a
tests/ghs/libelf_diff_test2_release_old.a.demangle.txt
tests/ghs/libelf_diff_test_debug_new.a
tests/ghs/libelf_diff_test_debug_old.a
tests/ghs/libelf_diff_test_release_new.a
tests/ghs/libelf_diff_test_release_new.a.demangle.txt
tests/ghs/libelf_diff_test_release_old.a
tests/ghs/libelf_diff_test_release_old.a.demangle.txt
tests/plugin/test_plugin.py
tests/src/new/migration_test1.cpp
tests/src/new/migration_test2.cpp
tests/src/new/test.cpp
tests/src/new/test2.cpp
tests/src/old/migration_test1.cpp
tests/src/old/migration_test2.cpp
tests/src/old/test.cpp
tests/src/old/test2.cpp
tests/test_cases/test_command_line_args.py
tests/test_cases/test_cpp_symbols.py
tests/test_cases/test_document_integrity.py
tests/test_cases/test_symbol_migration.py
tests/x86_64/libelf_diff_migration_test_debug_new.a
tests/x86_64/libelf_diff_migration_test_debug_old.a
tests/x86_64/libelf_diff_migration_test_release_new.a
tests/x86_64/libelf_diff_migration_test_release_old.a
tests/x86_64/libelf_diff_test2_debug_new.a
tests/x86_64/libelf_diff_test2_debug_old.a
tests/x86_64/libelf_diff_test2_release_new.a
tests/x86_64/libelf_diff_test2_release_old.a
tests/x86_64/libelf_diff_test_debug_new.a
tests/x86_64/libelf_diff_test_debug_old.a
tests/x86_64/libelf_diff_test_release_new.a
tests/x86_64/libelf_diff_test_release_old.a
tests/x86_64/reference_document.html
tests/x86_64/reference_document.json
tests/x86_64/reference_multi_page/appeared_symbols_overview.html
tests/x86_64/reference_multi_page/disappeared_symbols_overview.html
tests/x86_64/reference_multi_page/document.html
tests/x86_64/reference_multi_page/index.html
tests/x86_64/reference_multi_page/migrated_symbols_overview.html
tests/x86_64/reference_multi_page/persisting_symbols_overview.html
tests/x86_64/reference_multi_page/similar_symbols_overview.html
tests/x86_64/reference_multi_page/statistics.html
tests/x86_64/reference_multi_page/css/elf_diff_general.css
tests/x86_64/reference_multi_page/css/layout.css
tests/x86_64/reference_multi_page/details/appeared/10.html
tests/x86_64/reference_multi_page/details/appeared/11.html
tests/x86_64/reference_multi_page/details/appeared/9.html
tests/x86_64/reference_multi_page/details/disappeared/2.html
tests/x86_64/reference_multi_page/details/disappeared/3.html
tests/x86_64/reference_multi_page/details/disappeared/4.html
tests/x86_64/reference_multi_page/details/migrated/0.html
tests/x86_64/reference_multi_page/details/migrated/1.html
tests/x86_64/reference_multi_page/details/persisting/0.html
tests/x86_64/reference_multi_page/details/persisting/1.html
tests/x86_64/reference_multi_page/details/similar/0.html
tests/x86_64/reference_multi_page/details/similar/1.html
tests/x86_64/reference_multi_page/details/similar/3.html
tests/x86_64/reference_multi_page/details/similar/6.html
tests/x86_64/reference_multi_page/details/similar/7.html
tests/x86_64/reference_multi_page/images/favicon.png
tests/x86_64/reference_multi_page/js/dragbars.js
tests/x86_64/reference_multi_page/js/sorttable.js