ecom [options] <command> <uid>
Display help.
For the list
command, display all available information about the implementations. For the create
command, attempt to use memoryaccess to figure out the DLL the plugin was loaded from.
The command to execute.
List the available interface implementations (by executing REComSession::ListImplementationsL
).
Attempt to create an instance of an interface implementation (by executing REComSession::CreateImplementationL
).
The interface UID to list (for the list
command), or implementation UID to create (for the create
command). [uint]
Query available ECOM plugins and test loading them.
This command has no capabilities to ensure that it can see all plugins regardless of their capabilties. To see how plugins behave with different capabilities, try using the sudo command. For example to run at All -TCB do: sudo --add-cap All --remove-cap TCB fshell_ecom.exe list xyz
.
Copyright (c) 2009-2010 Accenture. All rights reserved.