Skip to content

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]

License

Notifications You must be signed in to change notification settings

lxcalbxy/Blue-Lagoon-Crypter

Repository files navigation

Blue-Lagoon-Crypter

[Alpha 1.0.0]

Work in progress.

Will appreciate any helpful comments! ;) ty <3

#NEED_DAMN_HELP_!!!

Screenshot_61

Training project for educational purposes. The project represents a crypter.

Program workflow:

  1. Take an executable as an input.
  2. Read bytes from executable.
  3. Convert the bytes to base64.
  4. Encrypt the base64 string with AES.
  5. Pass the encrypted base64 sting to the stub file.
  6. Compile stub that has decryptor and encrypted payload.

TO DO:

  • Implement interfaces for Persistence mechanism, Delay, Anti-Debugger, Anti-SafeMode, Mutation (random junk instructions at the start) settings. [Stub.cs & Form1.cs]
  • Implement setings. [Stub.cs & Form1.cs]
  • Add junk and null bytes after EOF overlay to the output PE. (If selected.)
  • Add fake certificate to the output PE.

Fixed:

  • Payload not being injected in the stub.
  • Added checkboxes for Stub settings.
  • UI Improved, button higlights when selected.

About

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]

Topics

Resources

License

Stars

Watchers

Forks

Languages