• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C#
  • License
    MIT License
  • Created about 1 year ago
  • Updated about 1 year 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]