diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-07-14 00:04:37 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-07-14 00:04:37 -0400 |
| commit | a5008c4641516043ee091017c872c3bbdf5ccd48 (patch) | |
| tree | 694bd7a126aea0a7a04b20ef663dadac41150d65 /python | |
| parent | 755a1a40c636f5fbd463ffdda646d92ae68ebada (diff) | |
fix documentation for perform_get_instruction_low_level_il
Diffstat (limited to 'python')
| -rw-r--r-- | python/architecture.py | 2 |
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 |
