binaryninja-api
binaryninja-api copied to clipboard
Remove the Architecture Handle
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.