Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 883 Bytes

File metadata and controls

18 lines (13 loc) · 883 Bytes

Segment-Encryption (SED)

Segment-Encryption-Decryption (SED) is a project I made during a all nighter for fun as a proof of concept for evading modern AntiVirus memory scanners by encrypting a function during runtime, then decrypting it when the function needs to be executed, then re-encrypting the function once the function has finished executing.

Quick Note

Starring the repo helps a lot!

Screenshots

Before: image After: image Output (Execution): image

Disclaimer

This project was made for educational purposes only. I am not responsible if you choose to use this illegally/maliciously.