shellcoder 0.1.1

Write shellcode payloads in a flash
Documentation
1
2
3
4
5
6
7
8
//! Prelude imports for shellcoder.

#![allow(clippy::redundant_pub_crate)]

#[cfg(feature = "serde")]
pub(crate) use serde::{Deserialize, Serialize};

pub(crate) use crate::{error::Error, Op, Result};