* [bug#46698] [PATCH] Added syscall_intercept.
@ 2021-02-21 22:42 Gerd Heber
0 siblings, 0 replies; only message in thread
From: Gerd Heber @ 2021-02-21 22:42 UTC (permalink / raw)
To: 46698; +Cc: Gerd Heber
---
gnu/packages/engineering.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 034dabc3f9..626338b868 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2996,3 +2996,35 @@ and drilling of PCBs. It takes Gerber files as input and outputs G-code files
for the milling of PCBs. It also includes an autoleveller for the automatic
dynamic calibration of the milling depth.")
(license license:gpl3+)))
+
+(define-public syscall_intercept
+ (package
+ (name "syscall_intercept")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/pmem/syscall_intercept/")
+ (commit "304404581c57d43478438d175099d20260bae74e")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "17sw78xp5wjzv25adpbq3khl8fi0avj7bgpi57q3jnvl3c68xy5z"))))
+ (inputs
+ `(("capstone" ,capstone)))
+ (native-inputs
+ `(("perl" ,perl)
+ ("pkg-config" ,pkg-config)))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:build-type "Release"
+ #:tests? #f))
+ (synopsis "The system call intercepting library")
+ (description "The system call intercepting library provides a low-level
+interface for hooking Linux system calls in user space. This is achieved by
+hotpatching the machine code of the standard C library in the memory of a
+process.")
+ (home-page "https://github.com/pmem/syscall_intercept")
+ (license license:bsd-2)))
--
2.30.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-22 6:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21 22:42 [bug#46698] [PATCH] Added syscall_intercept Gerd Heber
unofficial mirror of guix-patches@gnu.org
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhetil.org/guix-patches/1 guix-patches/git/1.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 guix-patches guix-patches/ https://yhetil.org/guix-patches \
guix-patches@gnu.org
public-inbox-index guix-patches
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://news.yhetil.org/yhetil.gnu.guix.patches
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git