Class: Rex::Poly::SymbolicBlock::End

Inherits:
LogicalBlock show all
Defined in:
lib/rex/poly/block.rb

Overview

The symbolic end of a polymorphic buffer.

Instance Attribute Summary

Attributes inherited from LogicalBlock

#generated, #offset

Instance Method Summary collapse

Methods inherited from LogicalBlock

#add_perm, #clobbers, #depends_on, #deref, #each_clobbers, #generate, #last_reference?, #name, #next_blocks, #offset_of, #once, #once=, #rand_perm, #rand_perm_badchars, #ref, #regnum_of, #reset, #size_of

Constructor Details

#initializeEnd

Returns a new instance of End.



473
474
475
# File 'lib/rex/poly/block.rb', line 473

def initialize
  super('__SYMBLK_END__')
end