From a5008c4641516043ee091017c872c3bbdf5ccd48 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 14 Jul 2017 00:04:37 -0400 Subject: fix documentation for perform_get_instruction_low_level_il --- python/architecture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/architecture.py b/python/architecture.py index 260f4392..9af85934 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -897,7 +897,7 @@ class Architecture(object): :param str data: bytes to be interpreted as low-level IL instructions :param int addr: virtual address of start of ``data`` :param LowLevelILFunction il: LowLevelILFunction object to append LowLevelILExpr objects to - :rtype: None + :rtype: length of bytes read on success, None on failure """ raise NotImplementedError -- cgit v1.3.1