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
The branch_correction_pass will remove branches that do not exist in the branch_info.
I think this is correct, but the bblock_thunk_removal_pass is too aggressive and also handles jump instructions that have not been correctly converted to js instructions.
The text was updated successfully, but these errors were encountered:
Hello.
Result
Relevant code
VTIL-Core/VTIL-Compiler/optimizer/branch_correction_pass.cpp
Lines 71 to 98 in 6f21abb
Description
The
branch_correction_pass
will remove branches that do not exist in the branch_info.I think this is correct, but the
bblock_thunk_removal_pass
is too aggressive and also handles jump instructions that have not been correctly converted to js instructions.The text was updated successfully, but these errors were encountered: