fix stegdetect source code

This commit is contained in:
Frank Xu
2021-12-02 12:36:45 -05:00
parent 708541bc5b
commit 2d2e50b8f1
3 changed files with 18 additions and 0 deletions

View 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.