| Class | Rex::Exploitation::OpcodeDb::ImageModule::Segment |
| In: |
lib/rex/exploitation/opcodedb.rb
|
| Parent: | Object |
This class contains information about a module-associated segment.
| base_address | [R] | The base address of the segment. |
| executable | [R] | Boolean that indicates whether or not the segment is executable. |
| readable | [R] | Boolean that indicates whether or not the segment is readable. |
| size | [R] | The size of the segment in bytes. |
| type | [R] | The type of the segment, such as ".text". |
| writable | [R] | Boolean that indicates whether or not the segment is writable. |