pub enum InputKind {
Pe,
A3x,
RawStream,
}Expand description
Recognized outer input kind.
Variants§
Pe
A Windows PE executable containing AutoIt payload data.
A3x
A compiled .a3x AutoIt payload.
RawStream
A carved AutoIt record stream without a full original container.
Trait Implementations§
impl Copy for InputKind
impl Eq for InputKind
impl StructuralPartialEq for InputKind
Auto Trait Implementations§
impl Freeze for InputKind
impl RefUnwindSafe for InputKind
impl Send for InputKind
impl Sync for InputKind
impl Unpin for InputKind
impl UnsafeUnpin for InputKind
impl UnwindSafe for InputKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more