mirror of
https://github.com/frankwxu/digital-forensics-lab.git
synced 2026-04-10 12:13:44 +00:00
fix stegdetect source code
This commit is contained in:
18
Illegal_Possession_Images/tools/readme.txt
Normal file
18
Illegal_Possession_Images/tools/readme.txt
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
stegdetect_src.7z is a fixed version source code
|
||||||
|
changes:
|
||||||
|
file/file.c: change char *prognamex; to char *progname_fix;
|
||||||
|
|
||||||
|
|
||||||
|
stegdetect.7z is compiled version
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#install stegdetect
|
||||||
|
sudo apt install -y dh-autoreconf
|
||||||
|
[ -d "tools/stegdetect/" ] && sudo rm -rf tools/stegdetect
|
||||||
|
sudo git clone https://github.com/poizan42/stegdetect tools/stegdetect
|
||||||
|
change the file.c
|
||||||
|
cd tools/stegdetect/
|
||||||
|
sudo autoreconf -f -i
|
||||||
|
sudo ./configure
|
||||||
|
sudo make
|
||||||
Binary file not shown.
BIN
Illegal_Possession_Images/tools/stegdetect_src.7z
Normal file
BIN
Illegal_Possession_Images/tools/stegdetect_src.7z
Normal file
Binary file not shown.
Reference in New Issue
Block a user