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

Remove the Architecture Handle

Open rbran opened this issue 1 year ago • 0 comments

The Architecture handle returns only a pointer to the Architecture itself, it seems redundant.

To facilitate the removal, changed all CoreArchitecture into &'static CoreArchitecture, as it only exist as 'static ref.

rbran avatar Apr 24 '24 16:04 rbran