From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52320) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGmoW-00066b-O0 for guix-patches@gnu.org; Tue, 24 Mar 2020 12:54:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGmoV-0002iB-O5 for guix-patches@gnu.org; Tue, 24 Mar 2020 12:54:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGmoT-0002hg-Lc for guix-patches@gnu.org; Tue, 24 Mar 2020 12:54:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGmoT-0002qq-Jq for guix-patches@gnu.org; Tue, 24 Mar 2020 12:54:01 -0400 Subject: [bug#40203] [PATCH] gnu: Add ROPgadget. Resent-Message-ID: Date: Tue, 24 Mar 2020 12:53:41 -0400 (EDT) From: Jack Hill In-Reply-To: <20200324163448.fhjxatikhb7yovj2@gravity> Message-ID: References: <20200323235209.25030-1-kuba@kadziolka.net> <20200324163448.fhjxatikhb7yovj2@gravity> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="925712948-889812392-1585068821=: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-889812392-1585068821=:5735 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Tue, 24 Mar 2020, Jakub Kądziołka wrote: > On Tue, Mar 24, 2020 at 11:18:05AM -0400, Jack Hill wrote: >> 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. > > Thanks, I totally forgot about non-domain experts when writing that > description. What do you think about this revised version? > > (synopsis "Semiautomatic return oriented programming") > (description > "This tool lets you search for @acronym{ROP, Return Oriented Programming} > gadgets in binaries. Some facilities are included for automatically generating > chains of gadgets to execute system calls.") That makes it clearer to me, thanks! > Also, is the file in which I've put this package right? I choose that > place because that's where radare2 is, and it has a relatively > similar purpose. However, radare2 is a loose fit already, so ROPgadget > would be two steps removed from the original purpose of the file... Indeed. (Package) organization is difficult. I don't think I have any useful insights. Best, Jack --925712948-889812392-1585068821=:5735--