diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md index 260cad8..b1d40e9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ Taosc is an automated makeshift patcher for binary programs. ## Installation -Taosc depends on [AFL++], [AFL Dyninst], [Dyninst], [E9Patch], [PatchELF] -[pacfix-python], and [GNU Parallel]. To build taosc, you need -`make(1p)`, a compiler for C and C++, [GNU M4], and `link(1p)`: +Taosc depends on GDB, [Dyninst] and [E9Patch] and POSIX utilities. +To build taosc, you need [GNU M4] and a compiler for C++23 and [Zig] 0.15: make -j$(nproc) @@ -25,11 +24,7 @@ under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -[AFL++]: https://aflplus.plus -[AFL Dyninst]: https://trong.loang.net/~cnx/afl-dyninst [Dyninst]: https://github.com/dyninst/dyninst [E9Patch]: https://github.com/gjduck/e9patch -[PatchELF]: https://github.com/NixOS/patchelf -[pacfix-python]: https://github.com/hsh814/pacfix-python -[GNU Parallel]: https://www.gnu.org/software/parallel [GNU M4]: https://www.gnu.org/software/m4 +[Zig]: https://ziglang.org |
