Some blocks are skipped despite they exists in drcov file
expend20 opened this issue · 2 comments
Hello! Thank you @gaasedelen for amazing IDA plugin!
I've noticed some bug. Some blocks are not shown/colored in IDA pro but they exist in drcov file. I minimized it to only one basicblock. So, I'm getting NO_COVERAGE_MAPPED exception on next case.
BB data: RVA 0x13fc, size: 0x3
This block should be shown:
1800013fc 48 85 d2 TEST param_1,param_1
Could you have a look?
Thank you in advance!
Hi Markus! Thank you for quick and thorough response!
I'm sooo sorry, my problem was next. I had tried to apply the coverage file before the auto analysis was finished, thus some coverage was applied and some was not, that really confused me. All further attempts (for case minimization) were made without waiting for auto analysis finished.
For now everything works perfectly well. I should really have more sleep to avoid such silly mistakes :-P