Method: Rex::Exploitation::OpcodeDb::ImageModule::Segment#readable
- Defined in:
- lib/rex/exploitation/opcodedb.rb
#readable ⇒ Object (readonly)
Boolean that indicates whether or not the segment is readable.
125 126 127 |
# File 'lib/rex/exploitation/opcodedb.rb', line 125 def readable @readable end |