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

export constant defines from import from header

Open psifertex opened this issue 2 years ago • 0 comments

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.

psifertex avatar Feb 17 '24 21:02 psifertex