-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
This would be like symbol mapping but applies to all objects, use case would be mainly for things with aliases.
For example in MSVC strcmpi and stricmp, _strupr and __strupr are aliased.
While in the binary they call the same function, they do exist as separate symbols so the difference of what is used in code does show in the diff.
MSVC has a whole oldnames.lib that aliases various older function names to the newer C standard names.
Metadata
Metadata
Assignees
Labels
No labels