Skip to content

Instantly share code, notes, and snippets.

@Mm7
Created August 4, 2014 22:10
Show Gist options
  • Save Mm7/e90e49ebaf69595e019b to your computer and use it in GitHub Desktop.
Save Mm7/e90e49ebaf69595e019b to your computer and use it in GitHub Desktop.
OmxVidEnc compare: galaxy5's vs cooper's
mm7@pc5:~/test$ ls -la
total 384
drwxr-xr-x 2 mm7 mm7 4096 Aug 4 23:44 .
drwxr-xr-x 28 mm7 mm7 4096 Aug 4 23:44 ..
-rwxr-xr-x 1 mm7 mm7 190608 Aug 4 23:43 cooper.so
-rw-r--r-- 1 mm7 mm7 190608 Aug 4 23:44 galaxy5.so
mm7@pc5:~/test$ md5sum cooper.so
d6fb89ea6e82478be45241ecfe92ace4 cooper.so
mm7@pc5:~/test$ md5sum galaxy5.so
17e6c604577e3e767a4993a1cec8d0bd galaxy5.so
mm7@pc5:~/test$ readelf -s galaxy5.so > galaxy5.elf
mm7@pc5:~/test$ readelf -s cooper.so > cooper.elf
mm7@pc5:~/test$ vim galaxy5.elf // Removed all columns except the last
mm7@pc5:~/test$ vim cooper.elf // Removed all columns except the last
mm7@pc5:~/test$ diff galaxy5.elf cooper.elf
mm7@pc5:~/test$ readelf -s cooper.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment