From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 27 08:26:35 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDA416A420 for ; Mon, 27 Feb 2006 08:26:35 +0000 (GMT) (envelope-from tanmayinamdar@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A2A43D45 for ; Mon, 27 Feb 2006 08:26:34 +0000 (GMT) (envelope-from tanmayinamdar@gmail.com) Received: by zproxy.gmail.com with SMTP id v1so904314nzb for ; Mon, 27 Feb 2006 00:26:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fj/eQYRrPrc35lyZ6s9uTIAAv2TbZIKfshpEWlMYXSWtXZGRBsh0irUB+hzYnRkDDPYDAFEwZD+kFDW3SVeVbq18f7kRfWwXdwkyPs690zBbLAMBbDmzm4ogBQhCU/bCpnJJRnm2cFdJAsNhTpc9JubShyOuL2B0EkpajXSvjzo= Received: by 10.35.123.10 with SMTP id a10mr1728863pyn; Mon, 27 Feb 2006 00:26:34 -0800 (PST) Received: by 10.35.13.10 with HTTP; Mon, 27 Feb 2006 00:26:34 -0800 (PST) Message-ID: Date: Mon, 27 Feb 2006 13:56:34 +0530 From: Tanmay To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Accessing address space of a process through kld!! X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 08:26:36 -0000 Hello, How do I access the address space ie text,data and stack of a (user level)process whose pid I know from my kld. for eg: Suppose 'vi' is running and I want to access its address space through my kld, then how do I do it? TIA, Tanmay