Hack Shield consists of:
1) EhSvc.dll:
* EhSvc is the Hack Shield interface dll
* It communicates between the game client and Hack Shield
* It communicates with the Hack Shield driver (EagleNT.sys)
* It initiates the hack tool detection engine
* This is usually the only file needed to create a workable bypass
Code 2 click Here
2) V3Pro32s.dll:
* This is the hacking tool detection interface dll
* This starts the hacking tool detection engine
* This is helps the scanning of known hack signatures
* A very important file. This could interrupt the Hack Shield driver if correctly intercepted
Code 3 Click Here
3) 3N.mhe:
* The Heuristic engine file
* Contains the patterns used to search for known hacks
4) psapi.dll:
* The process status helper dll
* Helps scan process signatures and control process functions
Code 4 Click Here
5) V3Warp(d)(n)s.v3d:
* The anti-hacking engine pattern file
* Not to sure exactly what this does, but it reads the 3N.mhe file
6) EagleNT.sys:
* The Hack Shield kernel driver
* Performs anti-hacking functions, protects the game client's process, and hooks certain API's, rendering them useless
* If successfully uninitiated, it could enable the use of many API's and functions such as Read/WriteProcessMemory.