From 515f04b21d6ee946e915a492eafaff4f794a8655 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 3 Dec 2023 16:35:25 +0100 Subject: [PATCH] Update README.md --- tools/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/README.md b/tools/README.md index 6dd660b9..ae00fad8 100644 --- a/tools/README.md +++ b/tools/README.md @@ -135,10 +135,10 @@ Use `pip` to install the required packages to be able to use the Python tools fo pip install -r tools/requirements.txt ``` -* `reccmp`: Compares the original EXE or DLL with a recompiled EXE or DLL, provided a PDB file -* `verexp`: Verifies exports by comparing the exports of the original DLL and the recompiled DLL -* `checkorder`: Checks function declarations, ensuring they appear in ascending order within a unit -* `isledecomp`: A library that implements a parser to identify the "decompilation" annotations (see above) +* [`reccmp`](/tools/reccmp): Compares the original EXE or DLL with a recompiled EXE or DLL, provided a PDB file +* [`verexp`](/tools/checkorder): Verifies exports by comparing the exports of the original DLL and the recompiled DLL +* [`checkorder`](/tools/checkorder): Checks function declarations, ensuring they appear in ascending order within a unit +* [`isledecomp`](/tools/isledecomp): A library that implements a parser to identify the "decompilation" annotations (see above) ## Testing