class ELFTools::Sections::NoteSection

Class of note section. Note section records notes

Public Instance Methods

note_start() click to toggle source

Address offset of notes start. @return [Integer] The offset.

# File lib/elftools/sections/note_section.rb, line 16
def note_start
  header.sh_offset
end
note_total_size() click to toggle source

The total size of notes in this section. @return [Integer] The size.

# File lib/elftools/sections/note_section.rb, line 22
def note_total_size
  header.sh_size
end