summaryrefslogtreecommitdiff
path: root/python/architecture.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-07-14 00:04:37 -0400
committerPeter LaFosse <peter@vector35.com>2017-07-14 00:04:37 -0400
commita5008c4641516043ee091017c872c3bbdf5ccd48 (patch)
tree694bd7a126aea0a7a04b20ef663dadac41150d65 /python/architecture.py
parent755a1a40c636f5fbd463ffdda646d92ae68ebada (diff)
fix documentation for perform_get_instruction_low_level_il
Diffstat (limited to 'python/architecture.py')
-rw-r--r--python/architecture.py2
1 files changed, 1 insertions, 1 deletions
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