From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marius.bao" Subject: How to retrieve pointer arguments' value Date: Thu, 6 Mar 2008 12:45:26 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m264jveT013851 for ; Wed, 5 Mar 2008 23:45:57 -0500 Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx3.redhat.com (8.13.8/8.13.8) with ESMTP id m264jQm2019017 for ; Wed, 5 Mar 2008 23:45:26 -0500 Received: by mu-out-0910.google.com with SMTP id i10so11192007mue.5 for ; Wed, 05 Mar 2008 20:45:26 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hi, Some of the syscalls provide pointer arguments, but the audit just provide the pointer value, not the data it pointers to. How can I retrieve the value the argument pointers to? Thanks in advance!