Method: Rex::Encoder::BloXor#initialize

Defined in:
lib/rex/encoder/bloxor/bloxor.rb

#initialize(*args) ⇒ BloXor

Returns a new instance of BloXor.



11
12
13
14
15
16
# File 'lib/rex/encoder/bloxor/bloxor.rb', line 11

def initialize( *args )
  super
  @machine    = nil
  @blocks_out = []
  @block_size = 0
end