Skip to main content

read_string_array_count

Function read_string_array_count 

Source
pub fn read_string_array_count(pid: Pid, address: c_ulonglong) -> usize
Expand description

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.