diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-11 15:11:55 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-12 16:00:45 +0900 |
| commit | 2fa02a79e01ff078bea27b0cbcefb593a07db186 (patch) | |
| tree | 7ec23609edb5ece569d61f429f02e71ff80fa1c0 | |
| parent | 459fc71b744a905707cff6235a15166f47cf1b15 (diff) | |
| download | loftix-2fa02a79e01ff078bea27b0cbcefb593a07db186.tar.gz | |
Fix AFLRun's patches
| -rw-r--r-- | loftix/fuzzing.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/loftix/fuzzing.scm b/loftix/fuzzing.scm index 8ce42d0..6979827 100644 --- a/loftix/fuzzing.scm +++ b/loftix/fuzzing.scm @@ -18,6 +18,7 @@ (define-module (loftix fuzzing) #:use-module (gnu packages) + #:use-module (gnu packages gcc) #:use-module (gnu packages debug) #:use-module (gnu packages instrumentation) #:use-module (gnu packages man) @@ -30,7 +31,7 @@ #:use-module (guix packages)) (define-public aflrun - (let ((commit "2ae8a8631c031ee2b50fb91e11d9b77d8c0147ff") + (let ((commit "65d51e3b6dd44957c99fa57c1fb9fa4a040451a0") (revision "0")) (package (inherit aflplusplus) @@ -44,11 +45,11 @@ commit ".tar.gz")) (sha256 (base32 - "187j6qyvrmm5jb4v870dl7abp5yaqbl7c2qzk06pyl2x96irakc7")) - (file-name (git-file-name name version)) + "1q1smpk6l25cipszj917kvw1shfi5zznxsq4dcwlallym1s1gxqy")) (patches (search-patches "patches/aflrun-keep-all-crashes.patch" "patches/aflrun-disable-inst-checks.patch")))) + (native-inputs (list gcc-14)) (synopsis "Multi-target directed AFL++ with path diversity") (description "AFLRun is a fork of AFL++ for unbiased multiple-target fuxxing with path diversity.") |
