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
As discussed on Discord, having the option to switch between diffing algorithms is occasionally useful when using objdiff to decompile a function, even if Patience is a good default.
Ideally this would be some minimally-intrusive system like a trait with a compare() function that can be plug-and-play so we can use different ones for e.g. hex view vs assembly view. It might also see more use if it's re-added as a dropdown at the top of the diff column for easy switching, instead of being behind several clicks in the menu.
The text was updated successfully, but these errors were encountered:
As discussed on Discord, having the option to switch between diffing algorithms is occasionally useful when using objdiff to decompile a function, even if Patience is a good default.
Ideally this would be some minimally-intrusive system like a trait with a compare() function that can be plug-and-play so we can use different ones for e.g. hex view vs assembly view. It might also see more use if it's re-added as a dropdown at the top of the diff column for easy switching, instead of being behind several clicks in the menu.
The text was updated successfully, but these errors were encountered: