SLAE32 Assignment #7: Custom Crypter
In this blog post, we will be covering an implementation of a custom crypter using AES encryption. This post follows on in our blog series created for the SLAE32 certification course provided by Pentester Academy. Overview A crypter is a piece of code which can be used to encrypt a file, executable or shellcode buffer.…