Size: 302
Comment:
|
Size: 498
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
|| 'Type' || 'Hex signature' || || Jpeg || Hex signature || || Png || Hex signature || || Gif || Hex signature || |
|| '''Type''' || '''Hex signature''' || || jpeg || ff d8 ff || || png || 89 50 4e 47 || || bz2 || 42 5A 68 || || gif || 47 49 46 38 37 61 || || gif || 47 49 46 38 39 61 || || zip jar apk docx ipa pptx xlsx || 50 4B 03 04 || || Java class || CA FE BA BE || || tar || 75 73 74 61 72 || || gzip || 1F 8B || |
Magic Numbers
Magic numbers might help identify file types
Type |
Hex signature |
jpeg |
ff d8 ff |
png |
89 50 4e 47 |
bz2 |
42 5A 68 |
gif |
47 49 46 38 37 61 |
gif |
47 49 46 38 39 61 |
zip jar apk docx ipa pptx xlsx |
50 4B 03 04 |
Java class |
CA FE BA BE |
tar |
75 73 74 61 72 |
gzip |
1F 8B |