diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-05 16:38:44 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-05 16:38:44 +0900 |
| commit | 1e5fc8a1aa308413f811a7d3cfead56e35135e75 (patch) | |
| tree | 4feb8202b8afcf60f0ee90a2bbe4bc18f709f90d | |
| parent | 11bf461b6d83c22472578ff7510d3b139080e345 (diff) | |
| download | loftix-1e5fc8a1aa308413f811a7d3cfead56e35135e75.tar.gz | |
List packages
| -rw-r--r-- | README.md | 17 |
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 |
