binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Improve conditional pattern

Open plafosse opened this issue 1 year ago • 0 comments

What is the feature you'd like to have? // For the pattern: if (a) if (b) goto label do_something() break label:

// Simplify to: if (a && !b) do_something() break

Internally shared file treasure sloth surfboard sing @ 1407717f8

plafosse avatar Jun 30 '24 13:06 plafosse