Class: Rex::Poly::SymbolicBlock::End
- Inherits:
-
LogicalBlock
- Object
- LogicalBlock
- Rex::Poly::SymbolicBlock::End
- Defined in:
- lib/rex/poly/block.rb
Overview
The symbolic end of a polymorphic buffer.
Instance Attribute Summary
Attributes inherited from LogicalBlock
Instance Method Summary collapse
-
#initialize ⇒ End
constructor
A new instance of End.
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
#initialize ⇒ End
Returns a new instance of End.
473 474 475 |
# File 'lib/rex/poly/block.rb', line 473 def initialize super('__SYMBLK_END__') end |