elf_diff icon indicating copy to clipboard operation
elf_diff copied to clipboard

A tool to compare ELF binaries

Results 8 elf_diff issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I compare two files I get an warning. `!!!!!!!!! Warning: Unable to read assembly from binary 'FTD_03_00_00-DEV-BIN/ta1l'. !!!!!!!!!` an the html report has no meaningful data....

I'm trying to analyse my AVR firmware going from gcc-7.3 to gcc-13.2 but the produced diffs are incorrect. `python3 -m elf_diff --bin_prefix "avr-" --html_file gcc7_to_13.html build/avr-gcc-7-variant_at128/MinSizeRel/KateSmib.elf build/avr-gcc-variant_at128/MinSizeRel/KateSmib.elf` ![image](https://github.com/noseglasses/elf_diff/assets/553267/5d11c53b-a572-4eb0-a45d-c2aab2d85a89) avr-gcc 7.3:...

I am comparing two arm gcc elf files. If I do not specify the bin_dir the report is generated successfully but I get the "Unable to read assembly from binary"...

**Structure symbol size changes are shown but no way to tell why certain structure size has changed** Thanks for this excellent tool! While the assembly diff for functions helps to...

**Describe the bug** I am trying to use elf_diff in a script to compare whether there was a change in code between two compiles of (ostensibly) the same code. Because...

**Is your feature request related to a problem? Please describe.** Currently when looking at the assembly output I get the following; ``` 14 mov %rax,(%rsp) 12 mov $0xffffffff,%edx 13 xor...

**Describe the bug** I have an embedded project for an ARM microcontroller that I need to be able to compile with the vendor's Eclipse environment (that generates GNU make makefiles)...

Not quite sure its a bug/defect, but something I hope can be improved. **Describe the bug** I have an embedded project in which we have heavily refactored a common argument...