☰
PeView
Methods
from_bytes
In pelite
?
Type Definition
pelite
::
PeView
source
·
[
−
]
pub type PeView<'a> =
Wrap
<
PeView
<'a>,
PeView
<'a>>;
Expand description
Format agnostic PE view.
Implementations
source
impl<'a>
PeView
<'a>
source
pub fn
from_bytes
<T:
AsRef
<[
u8
]> + ?
Sized
>(image:
&'a
T) ->
Result
<
PeView
<'a>>