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
for example, there is a loop:
START
cmp xxx
jne END
mov x,x
mov x,x
END
In fact, the program forked in the 5th loop using different input.
when using TraceIntoBeyondTraceCoverage, it will trace to END and can't find the 5th point.
This discussion was converted from issue #3381 on August 30, 2024 12:59.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
for example, there is a loop:
START
cmp xxx
jne END
mov x,x
mov x,x
END
In fact, the program forked in the 5th loop using different input.
when using TraceIntoBeyondTraceCoverage, it will trace to END and can't find the 5th point.
Is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions