f-ing-around-with-binaryninja icon indicating copy to clipboard operation
f-ing-around-with-binaryninja copied to clipboard

Add more ConditionVisitor cases (and fix minor bug)

Open zackorndorff opened this issue 6 years ago • 0 comments
trafficstars

Thanks for posting this code Josh!

I threw a couple random binaries I had laying around at it, and tweaked it until they would decompile.

  • I've added the remainder of the MLIL_CMP_* operations to the ConditionVisitor
  • Looks like a [0] got lost in a refactor, so it was failing on a type error in some cases, I think I've fixed it. No promises it didn't break elsewhere, but works on my machine!

Your stream has been interesting the few times I've been able to watch, hopefully I'll have more time to watch in the future.

zackorndorff avatar May 09 '19 05:05 zackorndorff