skdet-1.0
Brought to you by:
dogsbody,
dogsbodymark
I cannot figure out how to contact the skdet maintainer. http://www.xs4all.nl/~dvgevers/
When compiling the code there are two errors that are easily fixed by adding the header stdlib.h to skdet.c and usage.c
I will attempt to attach a diff file.
Diff for skdet 1.0 to fix includes
Thanks, I'll forward your message and diff. Could you please post the exact errors occurring when compiling the original code?
It's a simple missing include of stdlib.h
src/skdet.c: In function ‘main’:
src/skdet.c:14: warning: incompatible implicit declaration of built-in function ‘exit’
gcc -O2 -pipe -c src/usage.c -o usage.o
src/usage.c: In function ‘usage’:
src/usage.c:14: warning: incompatible implicit declaration of built-in function ‘exit’
gcc -O2 -pipe -c src/version.c -o version.o
gcc -O2 -pipe det-rootkit.o pid-info.o scanner.o skdet.o usage.o version.o -o skdet
Closing, patch was uploaded to dvgevers site on 16/Mar/2010.