objdiff
objdiff copied to clipboard
A local diffing tool for decompilation projects
This would be a quality of life feature. When looking at the source assembly, it would be cool to be able to right click and assign a name to register(s)...
If you import different functions from the same TU, it will group it in the same decomp.me "family" even if the target function is different see: https://decomp.me/scratch/sK4Rb
It doesn't happen to me on version 1.0.0.
I often find it hard to spot differing lines in large functions. A way to increase the contrast would help. 
Allowing selecting and copying data out of this UI such as the string "SleepyDust".  Allowing selecting arbitrary data within these targets and copying the data as floats.  ...
It breaks if you rename a function or a translation unit. The simplest solution would be to compare sections and functions by virtual address, rather than by name. It seems...
 objdump output: ``` 2b6: c7 85 68 ff ff ff 00 mov DWORD PTR [ebp-0x98],0x0 2bd: 00 00 00 2bc: dir32 ?occludeArray@@3PAY09UVector@@A-0x68 ``` The relocation should be applied to...