Method: Rex::OLE::CLSID#initialize

Defined in:
lib/rex/ole/clsid.rb

#initialize(buf = nil) ⇒ CLSID

Returns a new instance of CLSID.



14
15
16
17
# File 'lib/rex/ole/clsid.rb', line 14

def initialize(buf=nil)
  @buf = buf
  @buf ||= "\x00" * 16
end