<<Up     Contents

Alphanumeric code

In computer science (or more likely, in computer underground terminology) alphanumeric code is machine code that is written entirely in readable ASCII-letters such as "a"-"z", "A"-"Z", "1"-"9", "#", "!", "@", etc.

This is possible to do with a (very) good understanding of the assembly language for the specific computer that the code is intended for.

This code is used by crackers with the intent of fooling applications, such as Web forms, into accepting code used for exploits. Typically, such exploits involve buffer overflows.

wikipedia.org dumped 2003-03-17 with terodump