Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diffing two binaries should have side-by-side disassembly when drilled into a specific function #46

Open
dmachaj opened this issue Nov 12, 2024 · 0 comments

Comments

@dmachaj
Copy link
Collaborator

dmachaj commented Nov 12, 2024

I have been doing some binary size analysis to determine where some growth has come from. A certain function increased in size from 3.1KB to 3.9KB. Exactly what part of it grew is not obvious. It would be super helpful if the comparative analysis view of a function had the disassembly for both sides (ideally with highlighting of differences). That way I can see exactly what is different and spend my time making it better instead of spending all my time trying to spot the difference.

In practice I had to open 2 copies of SizeBench in non-comparison view to see the disassembly. This was manual and error-prone and I did not enjoy it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant