diffelf

Crates.iodiffelf
lib.rsdiffelf
version0.1.1
sourcesrc
created_at2019-06-12 21:12:45.64128
updated_at2019-06-12 21:24:44.645949
descriptionShow differences in ELF files
homepagehttps://github.com/noahp/diffelf
repositoryhttps://github.com/noahp/diffelf
max_upload_size
id140690
size1,839
Noah Pendleton (noahp)

documentation

README

Travis Build Status crates.io

diffelf

Show differences between ELF format files.

Usage (will be...):

# diff two elf files
diffelf file1.elf file2.elf
...

# unified diff style
diffelf -u file1.elf file2.elf
Commit count: 10

cargo fmt