From b9b373e83dd195283adec6557cc6a44739161953 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 12 Dec 2023 18:28:10 -0500 Subject: [PATCH] Update README.md --- tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index b35f49dc..da23d84c 100644 --- a/tools/README.md +++ b/tools/README.md @@ -137,8 +137,8 @@ pip install -r tools/requirements.txt * [`patch_c2.py`](/tools/patch_c2.py): Patches `C2.EXE` (part of MSVC 4.20), to get rid of a bugged warning * [`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 +* [`verexp`](/tools/verexp): Verifies exports by comparing the exports of the original DLL and the recompiled DLL +* [`decomplint`](/tools/decomplint): Checks the decompilation annotations (see above) * [`ncc`](/tools/ncc): Checks naming conventions based on a set of rules * [`isledecomp`](/tools/isledecomp): A library that implements a parser to identify the "decompilation" annotations (see above)