Add name substitution config

This commit is contained in:
jonschz 2025-09-06 07:19:57 +02:00
parent 190c040c96
commit 7d7ccd3a9c

View File

@ -38,6 +38,10 @@ targets:
- 0x100fb080
# memset etc.
- 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:
filename: ALPHA.DLL
source-root: LEGO1