summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-05-31 17:47:29 -0400
committerJordan Wiens <jordan@psifertex.com>2019-05-31 17:47:54 -0400
commitfec6e3390631beea8c4ea8c3098191f20565abc2 (patch)
tree6959a6df65cb3dc9cafa48fdae8f9904cbd787ae /python/lowlevelil.py
parent9fdc708621d2364eca878cffeb4af991f2681e59 (diff)
minor documentation cleanups
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index e5eef3c0..ff5829e7 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -944,6 +944,7 @@ class LowLevelILFunction(object):
``replace_expr`` allows modification of LowLevelILExpressions but ONLY during lifting.
.. warning:: This function should ONLY be called as a part of a lifter. It will otherwise not do anything useful as there's no way to trigger re-analysis of IL levels at this time.
+
:param LowLevelILExpr original: the LowLevelILExpr to replace (may also be an expression index)
:param LowLevelILExpr new: the LowLevelILExpr to add to the current LowLevelILFunction (may also be an expression index)
:rtype: None