• Stars
    star
    3
  • Rank 3,892,019 (Top 79 %)
  • Language
    C#
  • License
    MIT License
  • Created 10 months ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Training project for educational purposes. The project represents a crypter that should take your PE as an input, take it as the payload, and inject the payload in the self-decrypting stub. Once the stub is compiled by crypter, it should decrypt the payload in runtime, executing it step by step. [Fixing] [Debugging]