diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2014-12-14 18:16:33 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2014-12-14 18:16:33 +0100 |
| commit | 0fb799f88bd9febd6877385cdb372162d30c83ae (patch) | |
| tree | 9d1363be8ff82e0d851baa9ee452e0ab799611f3 /setup.py | |
| parent | ffb348a3a3a420cf3301d03fc110bb4fe6d7306c (diff) | |
| download | miasm-0fb799f88bd9febd6877385cdb372162d30c83ae.tar.gz miasm-0fb799f88bd9febd6877385cdb372162d30c83ae.zip | |
IR: Introduce Translators, an abstraction for IR translation
Translators exposes method to convert Miasm IR to others languages
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index de1667e9..3d5fedac 100755 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ def buil_all(): 'miasm2/core', 'miasm2/expression', 'miasm2/ir', + 'miasm2/ir/translators', 'miasm2/analysis', 'miasm2/os_dep', 'miasm2/jitter', |