Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 729 Bytes

File metadata and controls

19 lines (11 loc) · 729 Bytes

SegmentInfo

Represents the information about a segment. Attributes: name: The name of the segment. r: Determines if the segment has read permission. w: Determines if the segment has write permission. x: Determines if the segment has execute permission. start: The start address of the segment. end: The end address of the segment.

Properties

Name Type Description Notes
name String [optional]
r Boolean [optional]
w Boolean [optional]
x Boolean [optional]
start Integer [optional]
end Integer [optional]