How to program remote shutdown in Trojan (VC version)

xiaoxiao2021-03-06  41

In remote control, there is an important part to achieve remote shutdown. If we can see the movement of Trojans everywhere, the Trojan is a remote control software, which is generally remote shutdown function. of. For example, the famous Trojan "Ice", etc., there is this feature, but it is a collection of various functions. Today we will take a look at how this important shutdown section is programmed. Here I use it here. The popular VC6.0 is written, and the VC has also greatly reduced our design work, let our rookie also come to write their intrusion tools.

In the Trojan, we use it to send the relevant instructions to the server Socket to the server's socket, and after the server receives the corresponding instruction, the corresponding operational instruction is performed, which is of course on the server's computer. ongoing. And this operation is to call the corresponding function, this function and its parameter description are as follows:

Bool EXITWINDOWSEX (UINT UFLAGS, DWORD DWRESERVED);