class CTF::Rop::ELF
Public Class Methods
new(filename)
click to toggle source
Calls superclass method
CTF::Rop::RelocatableELF::new
# File lib/ctf/rop.rb, line 28 def initialize(filename) super filename, 0 end