You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you have to put the raw mangled name into the detour macro.
This is ugly and only works on windows.
We need a giant enum of nice function names into mangled names for both platforms.
We also need automated scripts to update the enum when factorio's version increases.
The text was updated successfully, but these errors were encountered:
fgardt
changed the title
Make a giant enum to resolve symbol names to pointer addresses that would exist in both operating systems
Modules with static variables to resolve readable names to plaftorm specific symbols
Aug 12, 2024
Currently you have to put the raw mangled name into the detour macro.
This is ugly and only works on windows.
We need a giant enum of nice function names into mangled names for both platforms.
We also need automated scripts to update the enum when factorio's version increases.
Here is a mockup:
The text was updated successfully, but these errors were encountered: