emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34512: closed (Add scanmem)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34512: closed (Add scanmem)
Date: Sun, 17 Feb 2019 11:27:01 +0000

Your message dated Sun, 17 Feb 2019 12:26:08 +0100
with message-id <address@hidden>
and subject line Re: [bug#34512] Add scanmem
has caused the debbugs.gnu.org bug report #34512,
regarding Add scanmem
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34512: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34512
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Add scanmem Date: Sun, 17 Feb 2019 10:14:27 +0000 (GMT)
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

Attachment: 0001-gnu-Add-scanmem.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#34512] Add scanmem Date: Sun, 17 Feb 2019 12:26:08 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
<address@hidden> 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.  (“guix lint” should have notified you of this.)

~~ Ricardo



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]