From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12941 invoked by alias); 15 Nov 2009 19:13:08 -0000 Received: (qmail 12862 invoked by uid 22791); 15 Nov 2009 19:13:05 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 15 Nov 2009 19:12:13 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1N9kWC-0006nD-58 for gdb@sourceware.org; Sun, 15 Nov 2009 11:12:12 -0800 Message-ID: <26362209.post@talk.nabble.com> Date: Mon, 16 Nov 2009 08:29:00 -0000 From: nikos chistou To: gdb@sourceware.org Subject: view all the memory allocated to a process ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00150.txt.bz2 Hello , I'm new to GDB , and i'm thinking of using it for some cheat-engine related tasks... I want to know if there is a way to view all the memory allocated to a process (the regions or the offsets and their protection) , so i can dump it and then compare the results to find the right offset where the variable is stored. Thanks in advance ! ps: sorry for my bad english. -- View this message in context: http://old.nabble.com/view-all-the-memory-allocated-to-a-process---tp26362209p26362209.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.