Class: ELFTools::Sections::NoteSection
- Includes:
- Note
- Defined in:
- lib/elftools/sections/note_section.rb
Overview
Class of note section. Note section records notes
Constant Summary
Constants included from Note
Instance Attribute Summary
Attributes inherited from Section
Instance Method Summary collapse
-
#note_start ⇒ Integer
Address offset of notes start.
-
#note_total_size ⇒ Integer
The total size of notes in this section.
Methods included from Note
Methods inherited from Section
create, #data, #initialize, #name, #null?, #type
Constructor Details
This class inherits a constructor from ELFTools::Sections::Section
Instance Method Details
#note_start ⇒ Integer
Address offset of notes start.
16 17 18 |
# File 'lib/elftools/sections/note_section.rb', line 16 def note_start header.sh_offset end |
#note_total_size ⇒ Integer
The total size of notes in this section.
22 23 24 |
# File 'lib/elftools/sections/note_section.rb', line 22 def note_total_size header.sh_size end |