PE GUARD – Protects executable files from virus infections

by Black on December 22, 2009 · 0 comments

in Malware Analysis, Open Source, Security tools, Windows

What is PE GUARD?

PE GUARD is a small program that protects you from:
- virus/program trying to copy itself to your PC.(POWER mode only)
- virus/program trying to inject itself into one of your PE(Portable Executable) files.(POWER & NORMAL mode)
- Any rootkit/program trying to write a new Driver (.sys) file in your PC. (POWER mode only)

26a71ed2d905487492e4a642dbbd0eb1 PE GUARD   Protects executable files from virus infections

How to use PE GUARD?

When an alert appears, the user can choose one action from three available actions:
- “ALLOW”: Allow the process to get write access to the requested file.
- “REVOKE WRITE ACCESS”: The process is allowed only to get read access to the
requested file.
- “PREVENT ANY ACCESS”: Send Access Denied to the process.
What’s New in PE GUARD

- You can save now the safe processes in pegconfig.ini .
- There is a new restriction on renaming a PE file.
- The countdown timer will stop when the mouse moves over the alert window.
- The alert will appear faster than before.
- Portability.
- Bug Fixes.

Portable version is also available for PE GUARD no need to install can be run as a standalone application. We find it useful on webservers, database servers and other application servers where servers need to be protected from zero day infections and other unknown threats.

Download PE GUARD here.

Related Posts

Previous post:

Next post: