From 82a270367fc69fc7da28429b29f11159d339b19a Mon Sep 17 00:00:00 2001 From: lucasduffey Date: Sat, 19 Nov 2016 21:22:28 -0800 Subject: get_instruction_low_level_il tweak made api docs less ambiguous --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/__init__.py') 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`` -- cgit v1.3.1