about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03d207b..8dbde02 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,21 @@ Add the [Guix channel] to `~/.config/guix/channels.scm`:
 
 Then run `guix pull`.
 
+## Packages
+
+### Fuzzing
+
+- [afl-dyninst]: Dyninst integration for AFL++
+
+### Patching
+
+- [e9patch]: static binary rewriting tool
+
+### Synthesis
+
+- [python-pacfix]: PAC-learning-based program systhesizer
+
 [Guix channel]: https://guix.gnu.org/manual/devel/en/html_node/Channels.html
+[afl-dyninst]: https://trong.loang.net/~cnx/afl-dyninst/about
+[e9patch]: https://github.com/GJDuck/e9patch
+[python-pacfix]: https://github.com/hsh814/pacfix-python