all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51047] Subject: [PATCH] gnu: Add python-ropgadget.
@ 2021-10-05 23:08 phodina via Guix-patches via
  2023-09-01 20:47 ` bug#51047: " Vagrant Cascadian
  0 siblings, 1 reply; 2+ messages in thread
From: phodina via Guix-patches via @ 2021-10-05 23:08 UTC (permalink / raw)
  To: 51047

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51047: Subject: [PATCH] gnu: Add python-ropgadget.
  2021-10-05 23:08 [bug#51047] Subject: [PATCH] gnu: Add python-ropgadget phodina via Guix-patches via
@ 2023-09-01 20:47 ` Vagrant Cascadian
  0 siblings, 0 replies; 2+ messages in thread
From: Vagrant Cascadian @ 2023-09-01 20:47 UTC (permalink / raw)
  To: phodina, 51047-done

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-01 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 23:08 [bug#51047] Subject: [PATCH] gnu: Add python-ropgadget phodina via Guix-patches via
2023-09-01 20:47 ` bug#51047: " Vagrant Cascadian

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.