Skip to content

Small C application designed to detect LD_PRELOAD malware via the libdl library functions.

Notifications You must be signed in to change notification settings

mempodippy/detect_preload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 23, 2016
2e6f346 · May 23, 2016

History

6 Commits
May 23, 2016
May 23, 2016

Repository files navigation

detect_preload

Small C application designed to detect LD_PRELOAD malware via the libdl library functions.
Most public LD_PRELOAD rootkits don't hook any of the libdl functions, so you can easily reveal any "hidden" malware on the system.
Usage:

gcc detect_preload.c -ldl -o detect_preload (add -DVERBOSE to enable verbosity)
./detect_preload

About

Small C application designed to detect LD_PRELOAD malware via the libdl library functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages