wordspy.idl

来自「现在的木马后门种类非常之多」· IDL 代码 · 共 39 行

IDL
39
字号
// WordSpy.idl : IDL source for WordSpy.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (WordSpy.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";
	[
		object,
		uuid(95F03594-1668-4C31-83DA-D333C28F0157),
		dual,
		helpstring("IAddin Interface"),
		pointer_default(unique)
	]
	interface IAddin : IDispatch
	{
	};

[
	uuid(C9333EAD-F317-4BBA-B0E7-310B2059E1DF),
	version(1.0),
	helpstring("WordSpy 1.0 Type Library")
]
library WORDSPYLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(4761DD00-DB78-42E7-AF71-580514841ECC),
		helpstring("Addin Class")
	]
	coclass Addin
	{
		[default] interface IAddin;
	};
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?