mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-05-22 17:37:20 +03:00
Support name mangling method pointers
ActSequence uses an array of method pointers, meaning we need to support mangling this obscure corner of the language. The name mangling code is admittedly feeling pretty messy, as this appears to require a lot of special casing.
This commit is contained in:
parent
a6267f4bf0
commit
6916d3a90c
2 changed files with 86 additions and 32 deletions
|
|
@ -30,8 +30,7 @@
|
|||
},
|
||||
"symbol_mappings": {
|
||||
"?Exec0Default__jumptable@CActSequence@@3EA": "$L1709",
|
||||
"?Exec0Default__jumptargets@CActSequence@@3PAPAXA": "$L1710",
|
||||
"?fSequenceMethods@CActSequence@@3PAP6EXPAU1@@ZA": "?fSequenceMethods@@3PAP8CActSequence@@AEXXZA"
|
||||
"?Exec0Default__jumptargets@CActSequence@@3PAPAXA": "$L1710"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue