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

missing common values from wincrypt.h

Open psifertex opened this issue 2 years ago • 0 comments

Several users have requested the ability to import constants from wincrypt.h. Unfortunately they are mostly described through defines, not actual type structures. This could be generically solved through https://github.com/Vector35/binaryninja-api/issues/5069 but we should consider special-casing wincrypt at a minimum or coming up with some alternate system to enable this workflow if we aren't able to implement the more generic solution.

The goal is to be able to include constants/enums such that decompilation can be marked up and constants replaced with more useful/usable symbolic information.

psifertex avatar Feb 17 '24 21:02 psifertex