LICENSE
README
setup.py
gtirb/__init__.py
gtirb/auxdata.py
gtirb/block.py
gtirb/byteinterval.py
gtirb/cfg.py
gtirb/ir.py
gtirb/module.py
gtirb/node.py
gtirb/offset.py
gtirb/py.typed
gtirb/section.py
gtirb/serialization.py
gtirb/symbol.py
gtirb/symbolicexpression.py
gtirb/util.py
gtirb/version.py
gtirb.egg-info/PKG-INFO
gtirb.egg-info/SOURCES.txt
gtirb.egg-info/dependency_links.txt
gtirb.egg-info/requires.txt
gtirb.egg-info/top_level.txt
gtirb/proto/AuxData_pb2.py
gtirb/proto/AuxData_pb2.pyi
gtirb/proto/ByteInterval_pb2.py
gtirb/proto/ByteInterval_pb2.pyi
gtirb/proto/CFG_pb2.py
gtirb/proto/CFG_pb2.pyi
gtirb/proto/CodeBlock_pb2.py
gtirb/proto/CodeBlock_pb2.pyi
gtirb/proto/DataBlock_pb2.py
gtirb/proto/DataBlock_pb2.pyi
gtirb/proto/IR_pb2.py
gtirb/proto/IR_pb2.pyi
gtirb/proto/Module_pb2.py
gtirb/proto/Module_pb2.pyi
gtirb/proto/Offset_pb2.py
gtirb/proto/Offset_pb2.pyi
gtirb/proto/ProxyBlock_pb2.py
gtirb/proto/ProxyBlock_pb2.pyi
gtirb/proto/Section_pb2.py
gtirb/proto/Section_pb2.pyi
gtirb/proto/Symbol_pb2.py
gtirb/proto/Symbol_pb2.pyi
gtirb/proto/SymbolicExpression_pb2.py
gtirb/proto/SymbolicExpression_pb2.pyi
gtirb/proto/__init__.py
tests/test_auxdata.py
tests/test_block.py
tests/test_blocks_at.py
tests/test_blocks_at_offset.py
tests/test_blocks_on.py
tests/test_blocks_on_offset.py
tests/test_byte_intervals_at.py
tests/test_byte_intervals_on.py
tests/test_cfg.py
tests/test_deep_eq.py
tests/test_ir.py
tests/test_module.py
tests/test_node_from_uuid.py
tests/test_properties.py
tests/test_repr.py
tests/test_section.py
tests/test_serialization.py
tests/test_symbolic_expression.py
tests/test_symbolic_expressions_at.py
tests/test_wrapper.py