Skip to main content

load

Function load 

Source
pub fn load(
    source: impl ShellcodeSource,
) -> Result<LoadedShellcode, LoaderError>
Expand description

Unified helper to load shellcode from bytes or ARM64 instructions

§Arguments

  • source - The shellcode source (bytes, instruction array, etc.)

§Returns

  • Result<LoadedShellcode, LoaderError> - The loaded shellcode handle or an error