diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-02-10 16:37:32 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-02-10 16:37:32 -0500 |
| commit | f8687791c32688a78b5e6667b2af9689816e41af (patch) | |
| tree | 2cd7242ff78a8f92cc268b2ccb7afc69734d9f6b /python/architecture.py | |
| parent | 1fa976a5f67879bff72ed440ec6966cd99f04dc1 (diff) | |
Merge in pull requests that never made it into dev
Diffstat (limited to 'python/architecture.py')
| -rw-r--r-- | python/architecture.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/architecture.py b/python/architecture.py index f1440ca3..3e899d68 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -1160,8 +1160,8 @@ class Architecture(object): def get_instruction_low_level_il(self, data, addr, il): """ - ``get_instruction_low_level_il`` appends LowLevelILExpr objects for the instruction at the given virtual - address ``addr`` with data ``data``. + ``get_instruction_low_level_il`` appends LowLevelILExpr objects to ``il`` for the instruction at the given + virtual address ``addr`` with data ``data``. :param str data: max_instruction_length bytes from the binary at virtual address ``addr`` :param int addr: virtual address of bytes in ``data`` |
