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
It would be nice to have something like ninja diff working for RELs. A use case can be found in https://github.com/robojumper/ss-dtk/tree/rel-wip (SOUE01) - with the latest commit on that branch, objdiff shows no difference, but checksum verification for the d_t_tackle REL fails for not immediately obvious reasons.
The reason in this case is that two virtual function overrides were (accidentally) swapped in the symbols, which resulted in an incorrect vtable after linking, but to figure this out I had to binary diff the whole REL in a hex editor - which is doable for a small REL like this but scales poorly.
The text was updated successfully, but these errors were encountered:
It would be nice to have something like
ninja diff
working for RELs. A use case can be found in https://github.com/robojumper/ss-dtk/tree/rel-wip (SOUE01) - with the latest commit on that branch, objdiff shows no difference, but checksum verification for the d_t_tackle REL fails for not immediately obvious reasons.The reason in this case is that two virtual function overrides were (accidentally) swapped in the symbols, which resulted in an incorrect vtable after linking, but to figure this out I had to binary diff the whole REL in a hex editor - which is doable for a small REL like this but scales poorly.
The text was updated successfully, but these errors were encountered: