Interface Identifier (IID) list
Interface Identifiers (IID's) are used to obtain function t 2019-5-12 04:52:28 Author: scriptjunkie.us(查看原文) 阅读量:13 收藏


Interface Identifiers (IID's) are used to obtain function tables to call most methods of COM objects. In source code, a name like IID_Column will be used, but when this is compiled, the binary will only have the corresponding GUID like {FD1C5F63-2B16-4D06-9AB3-F45350B940AB} embedded in the binary. When reverse engineering it is often unclear what IID a GUID is referring to, since Googling a lot of these IID's doesn't return anything, only the name is discussed. So I'm sharing an IID list mapping GUID's to names I scraped from Windows libraries to help.

Update: James Forshaw @tiraniddo shared a larger list extracted from other source, below is a copy

This entry was posted on May 11, 2019, 8:52 pm and is filed under Uncategorized. You can follow any responses to this entry through RSS 2.0. Both comments and pings are currently closed.

Comments are closed.


文章来源: https://scriptjunkie.us/2019/05/interface-identifier-iid-list/
如有侵权请联系:admin#unsafe.sh