Is this a virus? #130
Replies: 5 comments 8 replies
I am a developer and I don't know if the developer will answer you but, here it's from my understanding: The developer uses DLL (Dynamic Link Library) Injection, a key aspect of how VxKex works is loading a DLL into every program for which VxKex is enabled. This is a technique where a dynamic library is forced into the address space of a running process. This action is necessary to allow VxKex to intercede in the application's communications with the operating system. It also uses API (Application Programming Interface) Hooking, once its DLL is injected, VxKex uses API hooking. This involves "intercepting API function calls, messages, or events passed between software components". VxKex "hooks a handful of NTAPIs and also makes a number of direct system calls". The goal is to redirect calls from missing or obsolete Windows 7 APIs to its own VxKex DLLs, which contain updated implementations. This redirection is the heart of its compatibility functionality, allowing applications to find the functions they expect, even if they are not natively present in Windows 7. It also uses the IFEO (Image File Execution Options) Registry Key. The mechanism for loading the VxKex DLL into target processes is implemented through the IFEO registry key. Specifically, the "VerifierDlls" value is set to point to a VxKex DLL. This is a legitimate Windows debugging mechanism that VxKex leverages to ensure that its DLLs are loaded at process startup. The use of IFEO is an example of how VxKex deeply integrates into the operating system to provide its functionality. A key point of reassurance provided by the developer/s is that "VxKex does not modify any system files". 1 Its impact is localized to enabled applications and it is easily uninstallable. This feature is important to distinguish VxKex from malware that often aims to modify system files for persistence or to compromise the integrity of the system. So to answer you NO, the very nature of the legitimate compatibility work of VxKex, requires these deep interactions at the system level. It is not a virus, but it uses deep techniques for the system that antivirus can give false positives. The developer did a good job. Then if one day it will become one I do not know, but for now the project is open and it is this. Then also the developers (if they want) will respond, but they have given a valid solution and I hope they continue... @i486 , @VladiStep am I right?! |
|
A virus is a virus because it can spread automatically on its own. VxKex is not copying itself, so it is not a virus. |
|
ur first day on pc? |
|
So I downloaded it and guess what it did. Partially copied my pictures folder, stopped and closed my Windows Defender, also preventing it from running again. I had Malwarebytes running which detected malware, and Quarantined it. Hence the partial. |
Uh oh!
There was an error while loading. Please reload this page.
Tried to download it for my Windows 7 on my second hard drive, but my Operating System Windows 10 detected a virus, What's with this solution?
All reactions