Add name substitution config (#1680)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-09-13 06:51:45 +02:00
committed by GitHub
parent 6c83ceb549
commit c06ffe71b5

View File

@@ -38,6 +38,10 @@ targets:
- 0x100fb080 - 0x100fb080
# memset etc. # memset etc.
- 0x100f9570 - 0x100f9570
name-substitutions:
# Rename matched functions named like `FUN_12345678` to `LEGO1_12345678`
# so we can distinguish them from non-matched functions
- ["FUN_([0-9a-f]{8})", "LEGO1_\\1"]
ALPHA: ALPHA:
filename: ALPHA.DLL filename: ALPHA.DLL
source-root: LEGO1 source-root: LEGO1