Struct object::PeSegment [] [src]

pub struct PeSegment<'a> { /* fields omitted */ }

A loadable section of a PeFile.

Trait Implementations

impl<'a> Debug for PeSegment<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> ObjectSegment<'a> for PeSegment<'a>
[src]

[src]

Returns the virtual address of the segment.

[src]

Returns the size of the segment in memory.

[src]

Returns a reference to the file contents of the segment. The length of this data may be different from the size of the segment in memory. Read more

[src]

Returns the name of the segment.