Jump to content

Alphanumeric shellcode

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Smaffy (talk | contribs) at 10:29, 29 April 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science (or more likely, in computer underground terms) Alphanumeric code is mashine code that is written entierly in readable ASCII-letters such as "a"-"z", "A"-"Z", "1"-"9", "#", "!", "@", et.c., et.c., et.c..

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