This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
forked from m4rm0k/pe_infector
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
437 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# pe_infector | ||
PE Infector/Cryptor source code | ||
|
||
From April 2011 | ||
|
||
http://www.codereversing.com/blog/archives/86 | ||
|
||
http://www.codereversing.com/blog/archives/92 | ||
|
||
http://www.codereversing.com/blog/archives/94 | ||
|
||
http://www.codereversing.com/blog/archives/95 | ||
|
||
# PEZEncrypt | ||
A simple x86 PE packer | ||
|
||
## Features | ||
* Easy and Simple | ||
* Using SEH to detect hardware breakpoint | ||
* Using SetUnhandledExceptionFilter to detect debugger | ||
* Stub code checksum | ||
* Using VirtualProtect to disable memory breakpoint | ||
* Many small tricks to obfuscate the code |
Oops, something went wrong.