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

simplify BlockContext

Open rbran opened this issue 1 year ago • 1 comments

rbran avatar May 06 '24 18:05 rbran

It's possible to completely remove the BlockContext and related generics, any BasicBlock<T> and Array<BasicBlock<T>> can be transformed into T and Array<T>, but the Ref struct get in the way. That can only be fully implemented with something similar to #5238.

rbran avatar May 06 '24 18:05 rbran