Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
__init__.py
Go to the documentation of this file.
1 """IR Translators"""
2 from miasm2.ir.translators.translator import Translator
6 try:
8 except ImportError:
9  # Nothing to do, z3 not available
10  pass
11 
12 __all__ = ["Translator"]