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

Missing C++ API for Type Libraries

Open SmoothHacker opened this issue 3 years ago • 1 comments

What is the feature you'd like to have? A C++ API for Type Libraries, similar to what's currently available in the Python API.

SmoothHacker avatar Jun 18 '22 00:06 SmoothHacker

We don't have a C++ API available, but we do have a C API for interacting with it: https://github.com/Vector35/binaryninja-api/blob/30d84ee263fea44a7fa686d86d1934e4782f8aaa/binaryninjacore.h#L5025-L5086.

I apologize: We don't currently have this documented anywhere, but you should be able to look at the Python API as an example of how to interact with it.

Keeping this open, though, because we really should have a C++ API.

fuzyll avatar Jun 20 '22 20:06 fuzyll

This has been completed as of 3.2.3890-dev.

CouleeApps avatar Dec 01 '22 00:12 CouleeApps