Take a look at this recent pull request into the TP decompilation repo: https://github.com/zeldaret/tp/pull/3155/changes
The changes are often symbol renames, casts, replacing hard-coded values with enum values, etc...The idea is to map the decompiled output to human-readable source.
Take a look at this recent pull request into the TP decompilation repo: https://github.com/zeldaret/tp/pull/3155/changes
The changes are often symbol renames, casts, replacing hard-coded values with enum values, etc...The idea is to map the decompiled output to human-readable source.