44 lines
1.2 KiB
XML
44 lines
1.2 KiB
XML
![]() |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<Plugin provider="0x101005d" interface="0x01c10032">
|
||
|
<Command name="Oracle" id="0">
|
||
|
<Help>Bypasses authentication for Oracle servers</Help>
|
||
|
|
||
|
<Input>
|
||
|
<Option name="crc" group="type">
|
||
|
<Help>Generate a CRC of a file</Help>
|
||
|
<Set data="type" value="1" />
|
||
|
</Option>
|
||
|
|
||
|
<Option name="open" group="type">
|
||
|
<Help>Open up Oracle to login without a password</Help>
|
||
|
<Set data="type" value="2" />
|
||
|
</Option>
|
||
|
|
||
|
<Option name="close" group="type">
|
||
|
<Help>Restore Oracle to original functionality</Help>
|
||
|
<Set data="type" value="3" />
|
||
|
</Option>
|
||
|
|
||
|
<Option name="memcheck" group="type">
|
||
|
<Help>Perform Oracle memory modification check</Help>
|
||
|
<Set data="type" value="4" />
|
||
|
</Option>
|
||
|
|
||
|
<Option name="file" optional="true">
|
||
|
<Argument name="filename" data="filename" />
|
||
|
</Option>
|
||
|
|
||
|
<Option name="pid" optional="true">
|
||
|
<Argument name="processID" data="pid" />
|
||
|
</Option>
|
||
|
</Input>
|
||
|
|
||
|
<Output>
|
||
|
<Data name="type" type="uint32_t" default="0" />
|
||
|
<Data name="filename" type="string" />
|
||
|
<Data name="pid" type="uint32_t" default="0" />
|
||
|
</Output>
|
||
|
|
||
|
</Command>
|
||
|
</Plugin>
|