You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
send your signal to any pid using kill. kill -*your signal* 0
enjoy your shell!
explanation
heal hooks a kill system call to spawn a shell with *id(0) when user send a signal to any pid. see the function "heal_root()" to understand how these values are changed. see the function "hacked_kill()" to understand the hook this module make. see the init function do understand the hooking process.
Read Diamorphine to learn more about LKM hooking. Read LKM Hacking to learn more about LKM Hacking.