Displaying 3 results from an estimated 3 matches for "hexdiff".
Did you mean:
debdiff
2010 Feb 13
3
Contents of Flac-dev Digest, Vol 65, Issue 5
Thanks for helping Erik,
I have uploaded a small file example for you to check.
I am curious about what is exactly producing this mismatch filesize!
I know it's ridiculous and probably too paranoid, but knowledge is always welcome.
-rw-r--r-- 1 djzn djzn 341418 2010-02-11 20:34 bandstand-linux.flac
-rw-r--r-- 1 djzn djzn 556308 2010-02-11 20:34 bandstand.wav
-rw-r--r-- 1 djzn djzn 341429
2010 Feb 13
0
Decoded files identical, encoded files different (linux vs win encoder)
...29 2010-02-11 20:34 bandstand-win32.flac
Wow, this is weird.
I have a program thats part of libsndfile called sndfile-cmp. Run as:
sndfile-cmp bandstand-linux.flac bandstand-win32.flac
it shows nothing which means that the decoded audio of the two files is
identical.
However, I also have a hexdiff program which shows the two files to contain
the identical byte data all the way up to offset 0x2080. Then the files
diverge wildly:
00002070: FF F8 C9 A8 00 8D 4E 00 00 00 00 FF FF FF FF FF ......N. ........
FF F8 C9 A8 00 8D 4E 00 00 00 00 FF FF FF FF FF ......N. ........
000...
2018 Jun 13
4
Success: Bring-up of LLVM/clang-built Linux ARM(32-bit) kernel for Android - Nexus 5
...source and building it to use with kernel
source - not helpful - same outcome
- Finding Snapdragon Qualcomm LLVM/clang toolchain and using it - not
helpful - same outcome
20. Using different diff-tools to compare two binaries : clang-built
kernel and gcc-built kernel
- hexdiff - saw some differences
- vimdiff - some other differenes
21. Using different binary analysis tools to examine the differences
between the gcc-built and clang-built kernels => Android EABI readelf - saw
some ELF header information differences
- Android EABI objdump - compared...