gnu: Add pwntools.

  • Done
  • quality assurance status badge
Details
2 participants
  • c4droid
  • Ludovic Courtès
Owner
unassigned
Submitted by
c4droid
Severity
normal
C
C
c4droid wrote on 8 Apr 2021 06:07
(name . guix-patches)(address . guix-patches@gnu.org)
tencent_FB36C394D706483F2B50F43E0E1E456BAC08@qq.com
------=_NextPart_606E8174_10A99F78_6E75EE31
Content-Type: text/plain;
charset="ISO-8859-1"
Content-Transfer-Encoding: base64



------=_NextPart_606E8174_10A99F78_6E75EE31
Content-Type: text/html;
charset="ISO-8859-1"
Content-Transfer-Encoding: base64

PG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNo
YXJzZXQ9R0IxODAzMCI+PGRpdj48YnI+PC9kaXY+

------=_NextPart_606E8174_10A99F78_6E75EE31--
L
L
Ludovic Courtès wrote on 6 Jun 2021 15:32
(name . c4droid)(address . c4droid@foxmail.com)(address . 47650-done@debbugs.gnu.org)
87tumbjezs.fsf@gnu.org
Hi,

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

Toggle quote (7 lines)
> 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’.
Toggle diff (27 lines)
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)))
Closed
?