about listing processes in system
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
can you tell me how the Task Manager list processes in system. I have make lots of tests, and found it use neither toolhelp functions or EnumeProcess functions. I want to drectly create a process that the Task Manager can not find with not using dll injection or remote thread. regards
-
can you tell me how the Task Manager list processes in system. I have make lots of tests, and found it use neither toolhelp functions or EnumeProcess functions. I want to drectly create a process that the Task Manager can not find with not using dll injection or remote thread. regards
I dont think it's possible to create such process.but you may create a process that can not be killed using task manager(windows service).