Posts

Simple malware in Golang

Introduction Malware development is a vast subject that can be very complex. The aim of these articles is to explore various malware and offensive security techniques by redeveloping them in Golang. In the first episode of this series, we’ll start with the basics and learn how to inject shell code into memory. But let’s start with the basics: what’s a shellcode? Shellcode A shellcode is a string of characters representing executable binary code.