diff options
| author | Xusheng <xusheng@vector35.com> | 2023-01-03 12:33:27 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2023-01-03 12:33:27 +0800 |
| commit | 29fa00a44648a81da18b2e0797e8c7fb7295b795 (patch) | |
| tree | 3472e83718e59df79b72280c6824bcbb9ed8a2ed /python/lowlevelil.py | |
| parent | 1e66981f7349735bf4b707148cdb53df92e305a8 (diff) | |
Add `replace_expr` to MLIL/HLIL in Python API
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
