Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 278 Bytes

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