From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37141) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGlKY-00033y-Vc for guix-patches@gnu.org; Tue, 24 Mar 2020 11:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGlKY-0001ry-09 for guix-patches@gnu.org; Tue, 24 Mar 2020 11:19:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49480) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGlKX-0001rq-TM for guix-patches@gnu.org; Tue, 24 Mar 2020 11:19:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGlKX-0006oD-Ot for guix-patches@gnu.org; Tue, 24 Mar 2020 11:19:01 -0400 Subject: [bug#40203] [PATCH] gnu: Add ROPgadget. Resent-Message-ID: Date: Tue, 24 Mar 2020 11:18:05 -0400 (EDT) From: Jack Hill In-Reply-To: <20200323235209.25030-1-kuba@kadziolka.net> Message-ID: References: <20200323235209.25030-1-kuba@kadziolka.net> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="925712948-1594823075-1585063086=:5735" 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: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 40203@debbugs.gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --925712948-1594823075-1585063086=:5735 Content-Type: text/plain; format=flowed; charset=ISO-8859-2 Content-Transfer-Encoding: 8BIT On Tue, 24 Mar 2020, Jakub Kądziołka wrote: [snip] > + (description > + "This tool lets you search for gadgets in binaries to help with ROP > +chain construction.") Perhaps we should expand what ROP means here. I as able to figure it out with some searching, but it would probably help non-domain experts know what this package is for. I believe such a change would be in line with what the Guix manual recommends: https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html Best, Jack --925712948-1594823075-1585063086=:5735--