Class: CTF::Rop::ELF

Inherits:
RelocatableELF show all
Defined in:
lib/ctf/rop.rb

Instance Attribute Summary

Attributes inherited from RelocatableELF

#elf, #offset

Instance Method Summary collapse

Methods inherited from RelocatableELF

#function

Constructor Details

#initialize(filename) ⇒ ELF

Returns a new instance of ELF.



28
29
30
# File 'lib/ctf/rop.rb', line 28

def initialize(filename)
  super filename, 0
end