Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
946 stars 213 forks source link

Missing COM interface GUID and type: ISampleGrabber #5862

Open mon opened 3 months ago

mon commented 3 months ago

I'm evaluating Binary Ninja 4.1 Free on some older DirectShow code. You already have GUIDs and type definitions for ICreateDevEnum, IGraphBuilder, IMediaControl, IBaseFilter, ICaptureGraphBuilder2. However, ISampleGrabber with [Guid("6b652fff-11fe-4fce-92ad-0266b5d7c78f")] is missing.

plafosse commented 3 months ago

This data is dependent on the upstream project: https://github.com/microsoft/win32metadata I just filed an issue for it: https://github.com/microsoft/win32metadata/issues/1965

mon commented 3 months ago

Ah, excellent - I'll file further missing types upstream! All roads lead to Rome...