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
I haven't seen the installation documentation or usage instructions
README.md
Inside, there is no clear definition of how to execute it?
What commands do I need to hide the process
What command do I need to hide TCP-UDP connection? I don't quite understand
The text was updated successfully, but these errors were encountered:
About tcp/udp: it is hidden automatically, you don't need a separate command for that. You can check with tcpdump
To hide a process you first need to turn /proc interface on:
kill -SIGCONT 31337
will do it.
Then you: echo PID >/proc/
"PID" is the pid number of your process you want to hide.
whereas "name" is the one you set in Makefile, see changeme
I haven't seen the installation documentation or usage instructions
README.md
Inside, there is no clear definition of how to execute it?
What commands do I need to hide the process
What command do I need to hide TCP-UDP connection? I don't quite understand
The text was updated successfully, but these errors were encountered: