Content deleted Content added
Added three links to relevant articles |
Quuxplusone (talk | contribs) |
||
Line 4:
In general, in [[computing]], an '''alphanumeric code''' is a series of letters and numbers (hence the name) which are written in a form that can be processed by a computer.
More specifically, in computer underground terminology, alphanumeric code is [[machine code]] that is written so that it assembles into entirely readable [[ASCII]] characters such as "a"-"z", "A"-"Z", "1"-"9", "#", "!", "@", and so on.
Line 16 ⟶ 14:
==External links==
* [http://www.edup.tudelft.nl/~bjwever/documentation_alpha2.html.php ALPHA2], an alphanumeric shellcode encoder: Utility to encode normal machine code into alphanumeric (upper-case or mixed-case) ASCII or Unicode text
* [http://www.vividmachines.com/shellcode/shellcode.html#ps Shellcoding for Linux and Windows — Printable Shellcode]: Explanation and tutorial
|