Class: TurboRex::Fuzzer::COMFuzzer::Target

Inherits:
Struct
  • Object
show all
Defined in:
lib/turborex/fuzzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clsidObject

Returns the value of attribute clsid

Returns:

  • (Object)

    the current value of clsid



30
31
32
# File 'lib/turborex/fuzzer.rb', line 30

def clsid
  @clsid
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



30
31
32
# File 'lib/turborex/fuzzer.rb', line 30

def context
  @context
end

#interfaceObject

Returns the value of attribute interface

Returns:

  • (Object)

    the current value of interface



30
31
32
# File 'lib/turborex/fuzzer.rb', line 30

def interface
  @interface
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



30
31
32
# File 'lib/turborex/fuzzer.rb', line 30

def method
  @method
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



30
31
32
# File 'lib/turborex/fuzzer.rb', line 30

def params
  @params
end