binaryninja-api
binaryninja-api copied to clipboard
export constant defines from import from header
It's possible to import from a header file now and miss out on defines (commonly requested for wincrypt.h for example). We should investigate if it's possible to include these in the type system, whether by importing as enums a constant library, or some other mechanism.