forked from abeluck/stegdetect
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jconerly
committed
May 26, 2018
1 parent
3163085
commit ac1df7a
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ stegdetect | |
|
||
Stegdetect is an automated tool for detecting steganographic content in images. | ||
|
||
This repo has been updated to compile cleanly on Ubuntu 16.04 since the original project appears to be abandoned and no longer accepts pull requests. | ||
This repo has been updated to compile cleanly on Ubuntu since the original project appears to be abandoned and no longer accepts pull requests. | ||
|
||
### Building on x86_64 | ||
Tested on Ubuntu 16.04 and 18.04 only(17.x likely works though) | ||
|
||
To build on x86_64 you must prefix the commands with `linux32`, like so | ||
### Building on 64-bit Systemgs | ||
|
||
```bash | ||
$ linux32 ./configure | ||
|
@@ -54,7 +54,3 @@ To run detection on a directory of JPEGs use: | |
/data/local/tmp/stegdetect -tF $img | ||
done | ||
``` | ||
|
||
### License | ||
|
||
Copyright 2002 Niels Provos <[email protected]>. See LICENSE for details. |