Struct object::PeSection [] [src]

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

A section of a PeFile.

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> ObjectSection<'a> for PeSection<'a>
[src]

[src]

Returns the address of the section.

[src]

Returns the size of the section in memory.

[src]

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

[src]

Returns the name of the section.

[src]

Returns the name of the segment for this section.