class ELFTools::Sections::DynamicSection
Class for dynamic table section.
This section should always be named .dynamic. This class knows how to get the list of dynamic tags.
Public Instance Methods
tag_start()
click to toggle source
Get the start address of tags. @return [Integer] Start address of tags.
# File lib/elftools/sections/dynamic_section.rb, line 17 def tag_start header.sh_offset end