guix-patches
[Top][All Lists]
Advanced

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

bug#47650: gnu: Add pwntools.


From: Ludovic Courtès
Subject: bug#47650: gnu: Add pwntools.
Date: Sun, 06 Jun 2021 15:32:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

"c4droid" <c4droid@foxmail.com> skribis:

> From ae13731fe3ccfe92a38b93a6d6213c71e6f6b7fa Mon Sep 17 00:00:00 2001
> From: c4droid <c4droid@foxmail.com>
> Date: Thu, 8 Apr 2021 12:02:08 +0800
> Subject: [PATCH] gnu: Add pwntools.
>
> * gnu/packages/cybersecurity.scm (pwntools): New variable.

Applied with the changes below.

Apparently tests won’t work due to a Unicorn version mismatch, right?
Could you look into enabling tests?

Thanks,
Ludo’.

diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 7b4f702e39..d19599ac6b 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -29,7 +29,7 @@
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages time)
-  #:use-module (gnu packages bioinformatics)
+  #:use-module (gnu packages bioinformatics)      ;python-intervaltree
   #:use-module (gnu packages emulators))
 
 (define-public ropgadget
@@ -87,9 +87,9 @@ chains of gadgets to execute system calls.")
        ("unicorn" ,unicorn)))
     (home-page "https://github.com/Gallopsled/pwntools";)
     (synopsis
-     "CTF framework and exploit development library")
+     "Capture-the-flag (CTF) framework and exploit development library")
     (description
-     "Pwntools is CTF framework and exploit development library.
-Written in Python, it is designed for rapid prototyping and development,
-and intended to make exploit writing as simple as possible.")
+     "Pwntools is a capture-the-flag (CTF) framework and exploit development 
library.
+Written in Python, it is designed for rapid prototyping and development, and
+intended to make exploit writing as simple as possible.")
     (license license:expat)))

reply via email to

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