ergrelet / windiff

Web-based tool that allows comparing symbol, type and syscall information of Microsoft Windows binaries across different versions of the OS.
https://windiff.vercel.app
GNU General Public License v3.0
324 stars 16 forks source link

Make it easier to select OSes #5

Open justanotheranonymoususer opened 1 year ago

justanotheranonymoususer commented 1 year ago

Most of the time, I want to see only amd64, not arm, and only base updates, not kb. Not sure how to implement it, perhaps with a filter with options like there are options for symbol display, or perhaps selection which is an expandable tree, so I can collapse arm and expand each os to see kbs only if I need them.

ergrelet commented 1 year ago

Hi!

Yes, there are improvements to be made on that front I think, not sure exactly how right now but I'll try to think of something better.
In the mean time, you can filter "base amd64" Windows versions by entering amd64 (BASE) in the combo box (but maybe you already knew that).

justanotheranonymoususer commented 1 year ago

In the mean time, you can filter "base amd64" Windows versions by entering amd64 (BASE) in the combo box (but maybe you already knew that).

Actually, no, nice tip, thx

BTW also as a quick improvement you can use natural sort, e.g. to fix this wrong order: image

Edit: heh n/m, just saw you have an issue for that

ergrelet commented 1 year ago

Yes indeed, I just pushed an update to use natural sorting instead so it should be better 👍