diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-05 12:47:14 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-05 16:27:39 +0900 |
commit | 1fe6579eb183c8762c6ce41fc2ace742c8f5a5c9 (patch) | |
tree | 169abf126dbd3ff291e93194252a17ca3d91cd00 /CHANGES | |
parent | 3aa0dbdc85f9a4cadac0152ed1bfb4cad7c3174b (diff) | |
download | afl-dyninst-1fe6579eb183c8762c6ce41fc2ace742c8f5a5c9.tar.gz |
Rework afl-dyninst's CLI
It is now compatible with help2man, hence the new barebone manual page.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES index 57f4bf2..058282a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,13 +3,17 @@ Tag: 1.0.0 Build recipe rework Additions: - - Compliance with REUSE 3.0 has been added + - Manual page for afl-dyninst(1) + - Positional arguments for input and output binaries + of afl-dyninst(1) + - Long command-line options for afl-dyninst(1) - Make target uninstall + - Compliance with REUSE 3.0 Removals: - Support for Dyninst < 10 - - Command-line options -dfl - + - afl-dyninst(1)'s command-line options -dfilo + - afl-dyninst's unnecessary info logs Remote: https://github.com/vanhauser-thc/afl-dyninst Date: 2021-05-21 |