Class: CTF::Rop::ELF
- Inherits:
-
RelocatableELF
- Object
- RelocatableELF
- CTF::Rop::ELF
- Defined in:
- lib/ctf/rop.rb
Instance Attribute Summary
Attributes inherited from RelocatableELF
Instance Method Summary collapse
-
#initialize(filename) ⇒ ELF
constructor
A new instance of ELF.
Methods inherited from RelocatableELF
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 |