LLIL for conditional branches is incorrect
KarlVogel opened this issue · 2 comments
KarlVogel commented
binaryninja_avr/instructions.py
Line 564 in 84f0b3f
Looks like a copy and paste issue. Shouldn't the 'is set' variants be using il.const(1, 1) ?
fluxchief commented
Yep, sounds about right. I'll push a fix soon.
fluxchief commented
Should be fixed now.