all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: soeren@soeren-tempel.net
To: 68908@debbugs.gnu.org
Cc: Julien Lepiller <julien@lepiller.eu>,
	pukkamustard <pukkamustard@posteo.net>
Subject: [bug#68908] [PATCH] gnu: Add binsec.
Date: Sat,  3 Feb 2024 16:12:06 +0100	[thread overview]
Message-ID: <d9700078afdf2237d3a5070ab6223dc8e8d9329d.1706972151.git.soeren@soeren-tempel.net> (raw)
In-Reply-To: <cover.1706972151.git.soeren@soeren-tempel.net>

From: Sören Tempel <soeren@soeren-tempel.net>

* gnu/packages/ocaml.scm (binsec): New variable.

Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
---
 gnu/packages/ocaml.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 8701b4cb23..f76d9e089d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1345,6 +1345,39 @@ (define-public lablgtk
 libpanel, librsvg and quartz.")
     (license license:lgpl2.1)))
 
+(define-public binsec
+  (package
+    (name "binsec")
+    (version "0.8.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/binsec/binsec")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0j6lwj20jaq0702v2fqvsrax1400zqbvz5q2cmjqhvrjzcfcl0kr"))))
+    (build-system dune-build-system)
+    (native-inputs (list gmp ocaml-qcheck ocaml-ounit2))
+    (propagated-inputs (list ocaml-base
+                             ocaml-dune-site
+                             ocaml-menhir
+                             ocaml-graph
+                             ocaml-zarith
+                             ocaml-grain-dypgen
+                             ocaml-toml))
+    (synopsis "Binary-level analysis platform")
+    (description
+     "BINSEC is a binary analysis platform which implements analysis
+techniques such as symbolic execution.  The goal of BINSEC is to improve
+software security at the binary level through binary analysis.  BINSEC
+is a research tool which relies on prior work in binary code analysis
+at the intersection of formal methods, program analysis security and
+software engineering.")
+    (home-page "https://binsec.github.io/")
+    (license license:lgpl2.1)))
+
 (define-public unison
   (package
     (name "unison")




  parent reply	other threads:[~2024-02-03 15:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 15:03 [bug#68908] [PATCH] Add BINSEC soeren
2024-02-03 15:11 ` [bug#68908] [PATCH] gnu: Add ocaml-iso8601 soeren
2024-02-03 15:11 ` [bug#68908] [PATCH] gnu: Add ocaml-toml soeren
2024-02-03 15:11 ` [bug#68908] [PATCH] gnu: Add ocaml-pp soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-grain-dypgen soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-ordering soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-dyn soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-stdune soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-dune-private-libs soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-dune-site soeren
2024-02-03 15:12 ` soeren [this message]
2024-02-03 21:52 ` [bug#68908] [PATCH] Add BINSEC Julien Lepiller
2024-02-11 16:32 ` bug#68908: " Julien Lepiller
2024-02-12  8:41   ` [bug#68908] " Sören Tempel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d9700078afdf2237d3a5070ab6223dc8e8d9329d.1706972151.git.soeren@soeren-tempel.net \
    --to=soeren@soeren-tempel.net \
    --cc=68908@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    --cc=pukkamustard@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.