SYNTAX

    ecom [options] <command> <uid>


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

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.


ARGUMENTS

<command>

The command to execute.

list

List the available interface implementations (by executing REComSession::ListImplementationsL).

create

Attempt to create an instance of an interface implementation (by executing REComSession::CreateImplementationL).

<uid>

The interface UID to list (for the list command), or implementation UID to create (for the create command). [uint]


DESCRIPTION

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

Copyright (c) 2009-2010 Accenture. All rights reserved.