You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``copy_to`` deep copies an expression into a new IL function.
415
+
If provided, the function ``sub_expr_handler`` will be called on every copied sub-expression
416
+
417
+
.. warning:: This function should ONLY be called as a part of a lifter or workflow. It will otherwise not do anything useful as analysis will not be running.
418
+
419
+
:param MediumLevelILFunction dest: Function to copy the expression to
420
+
:param sub_expr_handler: Optional function to call on every copied sub-expression
421
+
:return: Index of the copied expression in the target function
0 commit comments