38 lines
607 B
Plaintext
38 lines
607 B
Plaintext
|
binaryninja.binaryview.Segment
|
||
|
==============================
|
||
|
|
||
|
.. currentmodule:: binaryninja.binaryview
|
||
|
|
||
|
.. autoclass:: Segment
|
||
|
|
||
|
|
||
|
.. automethod:: __init__
|
||
|
|
||
|
|
||
|
.. rubric:: Methods
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~Segment.__init__
|
||
|
~Segment.relocation_ranges_at
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.. rubric:: Attributes
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~Segment.data_end
|
||
|
~Segment.data_length
|
||
|
~Segment.data_offset
|
||
|
~Segment.end
|
||
|
~Segment.executable
|
||
|
~Segment.readable
|
||
|
~Segment.relocation_count
|
||
|
~Segment.relocation_ranges
|
||
|
~Segment.start
|
||
|
~Segment.writable
|
||
|
|
||
|
|