diff options
| author | ajax <devnull@localhost> | 2014-10-21 17:30:04 +0200 |
|---|---|---|
| committer | ajax <devnull@localhost> | 2014-10-21 17:30:04 +0200 |
| commit | b6a1d1e121fe60d54281c4d3b242841902a859d2 (patch) | |
| tree | e412162671e1ea050c96b8c84acc40ea6b193a11 /miasm2/analysis/machine.py | |
| parent | dd3e3df9113fe1f0c7a339e7b657df5439d8cd1c (diff) | |
| download | miasm-b6a1d1e121fe60d54281c4d3b242841902a859d2.tar.gz miasm-b6a1d1e121fe60d54281c4d3b242841902a859d2.zip | |
Machine: Update available machine list
Diffstat (limited to 'miasm2/analysis/machine.py')
| -rw-r--r-- | miasm2/analysis/machine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miasm2/analysis/machine.py b/miasm2/analysis/machine.py index 3f88b759..ee463c80 100644 --- a/miasm2/analysis/machine.py +++ b/miasm2/analysis/machine.py @@ -11,8 +11,8 @@ class Machine(object): __jitter = None # Jit engine __gdbserver = None # GdbServer handler - __available = ["arm", "armt", "sh4", "x86_16", "x86_32", "x86_64", "msp430", - "mips32b", "mips32l"] + __available = ["arml", "armb", "armtl", "armtb", "sh4", "x86_16", "x86_32", + "x86_64", "msp430", "mips32b", "mips32l"] def __init__(self, machine_name): |