GNU bug report logs -
#51047
Subject: [PATCH] gnu: Add python-ropgadget.
Previous Next
Reported by: phodina <phodina <at> protonmail.com>
Date: Tue, 5 Oct 2021 23:10:02 UTC
Severity: normal
Tags: patch
Done: Vagrant Cascadian <vagrant <at> debian.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51047 in the body.
You can then email your comments to 51047 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#51047
; Package
guix-patches
.
(Tue, 05 Oct 2021 23:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
phodina <phodina <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 05 Oct 2021 23:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
I had to put this package into engineering.scm as it depends on python-capstone and therefore placing it into python-xyz.scm and importing engineering creates circular dependency.
Petr
--8<---------------cut here---------------start------------->8---
* gnu/packages/python-xyz.scm (python-ropgadget): New variable.
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 073d524955..f891b25696 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1595,6 +1595,26 @@ bindings for Python, Java, OCaml and more.")
bootloader in Espressif ESP8266 & ESP32 series chips.")
(license license:gpl2+)))
+(define-public python-ropgadget
+ (package
+ (name "python-ropgadget")
+ (version "6.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ROPGadget" version))
+ (sha256
+ (base32
+ "08ms7x4af07970ij9899l75sghnxsa7xyx73gkn6gv0l05p1hqfw"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-capstone" ,python-capstone)))
+ (home-page "https://github.com/JonathanSalwan/ROPgadget")
+ (synopsis "Search binaries to facilitate ROP exploitation")
+ (description "This tool lets you search your gadgets on binaries
+to facilitate your ROP exploitation.")
+ (license license:bsd-3)))
+
(define-public radare2
(package
(name "radare2")
--
2.32.0
Reply sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
You have taken responsibility.
(Fri, 01 Sep 2023 20:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
phodina <phodina <at> protonmail.com>
:
bug acknowledged by developer.
(Fri, 01 Sep 2023 20:49:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 51047-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2021-10-05, phodina wrote:
> I had to put this package into engineering.scm as it depends on
> python-capstone and therefore placing it into python-xyz.scm and
> importing engineering creates circular dependency.
This appears to be packaged as "ropgadget" in cybersecurity.scm as of
commit 60eee3e6de2a11b425496bbdf90bfe1f807c8f49
Marking as done.
live well,
vagrant
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 30 Sep 2023 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.