pub unsafe extern "C" fn panda_init(
argc: i32,
argv: *mut *mut i8,
envp: *mut *mut i8,
) -> i32Expand description
panda_init() - Initialize panda guest. @argc: number of command line args @argv: command line args @envp: environment variables
Initialize panda emulator with command line and environment variables. These may have come from running cmd-line panda or may have been crafted by something using panda as a library, e.g., by the PYTHON panda interface.
Return: always 0