Expand description
Shellcoder is a thin library for writing shellcode payloads.
Modules§
- error
- Errors that may happen in this crate.
- ops
- All operations available for writing shellcodes.
- static
- Implementation of
crate::Shellcoder
using a static buffer.
Traits§
- Op
- Generic interface for operations.
- Shellcoder
- Generic interface for shellcoders.
Type Aliases§
- Result
- A specialized
core::result::Result
type for this crate.