module OdinFlex::MachO::SectionTypes
Public Instance Methods
command?()
click to toggle source
# File lib/odinflex/mach-o.rb, line 25 def command?; false; end
dysymtab?()
click to toggle source
# File lib/odinflex/mach-o.rb, line 24 def dysymtab?; false; end
section?()
click to toggle source
# File lib/odinflex/mach-o.rb, line 21 def section?; false; end
segment?()
click to toggle source
# File lib/odinflex/mach-o.rb, line 23 def segment?; false; end
symtab?()
click to toggle source
# File lib/odinflex/mach-o.rb, line 22 def symtab?; false; end