From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvKbA-0007Iv-1o for guix-patches@gnu.org; Sun, 17 Feb 2019 06:27:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvKb8-0007PS-Nb for guix-patches@gnu.org; Sun, 17 Feb 2019 06:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51512) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvKb8-0007Og-7H for guix-patches@gnu.org; Sun, 17 Feb 2019 06:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gvKb8-0005wQ-0x for guix-patches@gnu.org; Sun, 17 Feb 2019 06:27:02 -0500 Subject: bug#34512: Add scanmem Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ricardo Wurmus References: Date: Sun, 17 Feb 2019 12:26:08 +0100 In-Reply-To: (pkill9's message of "Sun, 17 Feb 2019 10:14:27 +0000 (GMT)") Message-ID: <87h8d2y7u7.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: pkill9@runbox.com Cc: 34512-done@debbugs.gnu.org writes: > Scanmem is a memory scanner that allows you to find the memory address > of a variable in a program by scanning the memory multiple times and > seeing what has change or stayed the same since the last scan. It lets > you change the variable in that memory address as well. > > https://github.com/scanmem/scanmem Thanks. I pushed this to the master branch with commit a778f2700 after some minor modifications. The license was incorrect. Parts of it are covered under the LGPLv3+, others are under GPLv3+. I added a copyright line for you. I reformatted the description and made sure that there are two spaces between sentences. (=E2=80=9Cguix lint=E2=80=9D should have notified you o= f this.) ~~ Ricardo