function::kernel_string.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

function::kernel_string - Retrieves string from kernel memory.

SYNOPSIS

     kernel_string:string(addr:long)
 

ARGUMENTS

addr

The kernel address to retrieve the string from.

GENERAL SYNTAX

kernel_string:string(addr:long)

DESCRIPTION

This function returns the null terminated C string from a given kernel memory address. Reports an error on string copy fault.