| Driver to Hide Processes and Files. Second Edition: Splicing |
|
|
|
| Thursday, 30 June 2011 08:02 |
|
This article describes a driver that hides processes and files using the method of splicing. Written by: Sergey Bratus, Contents Introduction IntroductionThis article is a continuation of a set of articles on hiding and detection of files and processes in the operating system. I suppose you have already read articles Driver to Hide Processes and Files and Simple SST Unhooker. The Simple SST Unhooker article represents the method of solving the problem of substitution of function address in the SST table. In this article, I will describe program methods of hooking functions, which will make the methodology described in the Simple SST Unhooker article do not work. Introduction to Splicing BasisIn the Driver to Hide Processes and Files article, it is written a lot about why we need the interception of system functions. In this article, I want to focus your attention on the comparison of interception technologies, their advantages and disadvantages. We can divide the interception methods to the following groups:
We can also divide them by the execution mode in the following way:
The complete article text is available only for the registered users. Please Log In or Register. |






