A simple, yet complete shellcode loader for linux x64 shellcode - Part 1
Posted by Klaus Eisentraut in assembly
This is a series consisting of Part 1, Part 2.
Introduction
Since a long time, I always wanted to write a simple encrypted shellcode loader which can encode known shellcode like meterpreter and evades anti-virus. Of course, there are already many more feature-complete crypters like UPX and Veil, but it's …