objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

A local diffing tool for decompilation projects

Results 73 objdiff issues
Sort by recently updated
recently updated
newest added

Doesn't work yet because the match percentage isn't being set. There's quite a bit of duplicated code between `data` and `code`, and some duplicated between `functions` and `sections`, so if...

I was thinking it'd be useful to be able to sort symbols by... - Offset (the current behavior) - Total symbol size - Unmatched bytes remaining (or maybe remaining match...

Possible feature that defines project-specific actions in objdiff.json that can be executed within objdiff. Example: decompile with m2c (Maybe this would have been a better way to design decomp.me integration?)

Currently, if I want to figure out what's different between two data sections, I have to carefully hover over symbols in the left and right panes simultaneously and compare their...

The scoring system is currently very naive. decomp.me / asm-differ will be good references.

enhancement

Currently if the build succeeds but some of the text/data doesn't match, it still shows "OK". I understand the logic of this behavior, but it's still not very useful when...

For integration into other tools, objdiff could have different output formats like asm-differ: - JSON - HTML? - Terminal? Having it be usable as a one-shot CLI app will permit...

enhancement

could there be a tickbox to filter out non-target global weak funcs from the base view?

For asm-built objects, we have to guess where the function ends. Make this calculation also ignore nops.

enhancement