From 29fa00a44648a81da18b2e0797e8c7fb7295b795 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 3 Jan 2023 12:33:27 +0800 Subject: Add `replace_expr` to MLIL/HLIL in Python API --- python/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/lowlevelil.py') diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 39461500..4a45514a 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -3146,7 +3146,7 @@ class LowLevelILFunction: def replace_expr(self, original: InstructionOrExpression, new: InstructionOrExpression) -> None: """ - ``replace_expr`` allows modification of ExpressionIndexessions but ONLY during lifting. + ``replace_expr`` allows modification of expressions 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. -- cgit v1.3.1