MODULE_AUTHOR
2025-04-12
MODULE_AUTHOR is a macro in the Linux kernel that allows LKMs to be tagged with the author’s name.
Read More
MODULE_DESCRIPTION
2025-04-12
MODULE_DESCRIPTION is a macro in the Linux kernel that stores the description of an LKM
Read More
module_hunter
2025-04-12
module_hunter is an LKM written by madsys and released in Phrack Magazine Issue 61, Linenoise that exposes a procfs interface ...
Read More
MODULE_LICENSE
2025-04-12
Read More
MODULE_LICENSE()
2025-04-12
MODULE_LICENSE is a macro used in Linux LKMs to define the license of the module.
Read More
MODULE_VERSION
2025-04-12
MODULE_VERSION is a macro in the Linux kernel that stores versioning information for LKMs.
Read More
modules.dep
2025-04-12
modules.dep is a file generated by depmod that lists kernel modules and their dependencies. This allows tools like modprobe to load LKMs in the proper ...
Read More
Morse code
2025-04-12
Morse code is a communication system that encodes text as sequences of dots (short signal) and dashes (long signals) or dits and dahs.
Morse code is ...
Read More
nitara2
2025-04-12
nitara2 is a modernized module_hunter, a LKM used to decloak hidden kernel modules.
https://github.com/ksen-lin/nitara2
Read More
PR_SET_NAME
2025-04-12
PR_SET_NAME is an option used with prctl to set the make of the calling thread.
PR_GET_NAME is an option used to get the name of a calling thread. ...
Read More