diff options
| author | lucasduffey <lucasduffey@users.noreply.github.com> | 2016-11-19 21:22:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-19 21:22:28 -0800 |
| commit | 82a270367fc69fc7da28429b29f11159d339b19a (patch) | |
| tree | 5724ccfae1e1f35c83b3df82bc36d1fbe0070fdc /python | |
| parent | c71392d19349c84696b525ea229fd9be76192088 (diff) | |
get_instruction_low_level_il tweak
made api docs less ambiguous
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`` |
