binaryninja-api
binaryninja-api copied to clipboard
simplify BlockContext
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.