#1
|
|||
|
|||
Trace Breakpoints pass count in IDA Pro 7.7?
I managed to set a couple of trace breakpoints. Is there a way to see the number of passes for the breakpoints?
Its useless to set an upper number of eg 100, which simply counts down when the trace BP is hit (and it also doesnt log the trace BP data hit when there is a pass count "number" set). Comparable in x64dbg as the number of hits for the BP is just counted. In older versions, IDA just counted the pass count, so you could neglect to often hitted BP easily. |
#2
|
|||
|
|||
I have created a python script, which just sets the hit count high enough, something 1000000 will do and if the trace BP is often walked through, i can discard it.
Also properties of the function prior do help to narrow down the number of breapoints. I have no idea, when Hex rays did not give the opportunity anymore to simply set an upward counting pass number. |
Tags |
breakpoint, pass count, trace, tracing |
Thread Tools | |
Display Modes | |
|
|