class ELFTools::Segments::DynamicSegment
Class for dynamic table segment.
This class knows how to get the list of dynamic tags.
Public Instance Methods
tag_start()
click to toggle source
@return [Integer] Start address of tags.
# File lib/elftools/segments/dynamic_segment.rb, line 15 def tag_start header.p_offset end