
Malware with Go - 2: IAT Hiding
I will show how to modify Go toolchain to make the Import Address Table (IAT) of Go executables more empty. I will then analyse how this affects malware detection. Exposing Go IAT To show what we...
I will show how to modify Go toolchain to make the Import Address Table (IAT) of Go executables more empty. I will then analyse how this affects malware detection. Exposing Go IAT To show what we...
I will discuss how to create a simple shellcode loader with golang. Msfvenom exec payload will be used. Some critiques and notes will be given in the end. Overview on what will be done We will ju...