mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 21:21:16 +00:00
Update README.md
This commit is contained in:
parent
e87b169dbc
commit
b9b373e83d
@ -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
|
* [`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
|
* [`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
|
* [`verexp`](/tools/verexp): 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
|
* [`decomplint`](/tools/decomplint): Checks the decompilation annotations (see above)
|
||||||
* [`ncc`](/tools/ncc): Checks naming conventions based on a set of rules
|
* [`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)
|
* [`isledecomp`](/tools/isledecomp): A library that implements a parser to identify the "decompilation" annotations (see above)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user