diff options
| author | Jordan <jordan@psifertex.com> | 2016-11-21 22:07:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-21 22:07:20 -0500 |
| commit | 274535d05bed9868f6826e0ad646b414083e286b (patch) | |
| tree | 5724ccfae1e1f35c83b3df82bc36d1fbe0070fdc /python | |
| parent | c71392d19349c84696b525ea229fd9be76192088 (diff) | |
| parent | 82a270367fc69fc7da28429b29f11159d339b19a (diff) | |
Merge pull request #554 from lucasduffey/patch-4
get_instruction_low_level_il tweak
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index e908835a..b8bf85f1 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -6750,7 +6750,7 @@ 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 + ``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`` |
