Skip to main content

Module arch

Module arch 

Source

Re-exports§

pub use x86_64::*;

Modules§

x86_64

Enums§

SyscallArgType

Functions§

escape_to_string
parse_args
ptrace_init_options
ptrace_init_options_fork
read_string
read_string_array
read_string_array_count
Count pointers in a NULL-terminated char * const * array without attempting to dereference the strings. This is more robust when the tracee’s memory cannot be fully read, but the pointer array itself is accessible.