Questions about this topic? Sign up to ask in the talk tab.

Main Page/Featured Article

From NetSec
Jump to: navigation, search
Alphanumeric Shellcode

Alphanumeric shellcode is similar to ascii shellcode in that it is used to bypass character filters and evade intrusion-detection during buffer overflow exploitation. This article documents alphanumeric code on multiple architectures, but primarily the 64 bit x86 architecture. Alphanumeric shellcode requires a basic understanding of bitwise math, assembly and shellcode.

Learn more - Alphanumeric shellcode