We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a4478 commit e671d4aCopy full SHA for e671d4a
stego/stego-tricks.md
@@ -53,6 +53,14 @@ Useful commands:
53
`strings -e L -n 6 file`: Extact 32bit strings \(little-endian\)
54
`strings -e B -n 6 file`: Extact 32bit strings \(big-endian\)
55
56
+### cmp - Comparison
57
+
58
+If you have some **modified** image/audio/video, check if you can **find the exact original one** from the internet and **compare both** files:
59
60
+```text
61
+cmp original.jpg stego.jpg -b -l
62
+```
63
64
## Extracting hidden data in text
65
66
### Hidden data in spaces
0 commit comments