-
-
Notifications
You must be signed in to change notification settings - Fork 6
Duplicate field mappings do not repair signatures #41
Copy link
Copy link
Open
Description
This is hard to explain, so have a chart:
This is Lorenz 0.5.4's current output, when merging int->obf (has signatures) and obf->srg (no signatures)
| Left | Right | Output |
|---|---|---|
| name: A->B signature: O |
name: B->C signature: null |
name: A->C signature: O |
| name: A->A signature: O |
name: A->A signature: null |
name: A->A signature: null |
I would expect the 2nd row, which is when the mappings are "loosely duplicated", to still copy over the signature name from the left mappings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels