summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-07-02 16:40:03 -0400
committerJordan Wiens <jordan@psifertex.com>2025-07-02 17:09:26 -0400
commite14338e406c0ae8fe2f97387888551c6448e3009 (patch)
tree93c8e42186e52e66a19519a162741abbd2ae8cc8 /python/lowlevelil.py
parent911cca51f5125da75dc53063f71ab2e4c9309fdc (diff)
fix warning for (m/l)lilfunction translate docs
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index 31d6bc0b..188a4623 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -4155,8 +4155,8 @@ class LowLevelILFunction:
:param expr_handler: Function to modify an expression and copy it to the new function.
The function should have the following signature:
- .. function:: expr_handler(new_func: LowLevelILFunction, old_block: LowLevelILBasicBlock, old_instr: LowLevelILInstruction) -> ExpressionIndex
-
+ expr_handler(new_func: LowLevelILFunction, old_block: LowLevelILBasicBlock, old_instr: LowLevelILInstruction) -> ExpressionIndex
+
Where:
- **new_func** (*LowLevelILFunction*): New function to receive translated instructions
- **old_block** (*LowLevelILBasicBlock*): Original block containing old_instr