From cafc844907edff6a86c98289dccaef49ca025bbb Mon Sep 17 00:00:00 2001 From: Craig Blackmore Date: Wed, 6 Oct 2021 11:19:38 +0100 Subject: [PATCH] Replace pyelftools with lief in prerequisites lief is now used instead of pyelftools. Files changed: * README.md (prerequisites): Remove pyelftools, add lief. --- doc/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 2e89dfc1..5a6fef56 100644 --- a/doc/README.md +++ b/doc/README.md @@ -183,6 +183,9 @@ of surname). ### Document history | _Revision_ | _Date_ | _Author(s)_ | _Modification_ | | ----------- | ---------- | ---------------- | ---------------------------------- | +| WIP | 6 Oct 21 | Craig Blackmore | Replace pyelftools with lief in | +| | | | prerequisites. | +| | | | | | WIP | 9 Aug 20 | Roger Shepherd | Note re python module names | | WIP | 19 Jul 20 | Jeremy Bennett | Add pyelftools to prerequisites. | | | | | | @@ -224,7 +227,7 @@ The following non-standard Python packages are needed. | _Package_ | _Comments_ | | -----------| -----------| -| pyelftools | | +| lief | | ### Preparation