Alphanumeric shellcode: Difference between revisions

Content deleted Content added
No edit summary
{{R from merge}}
 
(53 intermediate revisions by 38 users not shown)
Line 1:
#REDIRECT [[Shellcode#Alphanumeric]]
{{Original research|date=February 2008}}
 
{{R from merge}}
:''You may be looking for [[Character encoding]].''
 
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.
 
In [[BSCS]] the alphanumeric character have meaning: "a"-"z", "A"-"Z", "0"-"9". No special characters are included.
 
lets solja boy...up in the ho..superman...lgkgkgklglg
Writing alphanumeric or printable code requires a good understanding of the [[instruction set architecture]] of the machine on which the code is to be executed.
 
==See also==
*[[EICAR test file]] - a test pattern used to test the installation of the anti virus software, which is written in printable code.
 
==External links==
* [http://www.phrack.org/issues.html?issue=57&id=15#article Writing ia32 alphanumeric shellcodes], an article on how to write alphanumeric shellcode.
* [http://www.phrack.org/issues.html?issue=61&id=11#article Building IA32 'Unicode-Proof' shellcodes], an article on how to write Unicode proof shellcode.
* [http://skypher.com/wiki/index.php?title=Www.edup.tudelft.nl/~bjwever/whitepaper_shellcode.html.php Writing IA32 restricted instruction set shellcodes], an article on how to write code that is very limited in the number of characters it can use (such as alphanumeric code).
* [http://skypher.com/wiki/index.php?title=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
 
[[Category:Security exploits]]
 
[[ca:Alfanumèric]]
[[es:Códigos alfanuméricos]]
[[pl:Kod alfanumeryczny]]