|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| <center> | | <center> |
− | <html>
| + | <div style="width:40%;">{{PAGENAME}} is part of a series on [[programming]].<br /> |
− | <script type="text/javascript">
| + | |
− | function prog_toggle() {
| + | |
− | $('#prog_display_text').html($('#prog_hidden_display').html());
| + | |
− | $('#prog_hidetext').html($('#prog_hide_msg').html());
| + | |
− | $('#prog_hidetext').attr('onClick','prog_vape();');
| + | |
− | }
| + | |
− | function prog_vape() {
| + | |
− | $('#prog_display_text').html('');
| + | |
− | $('#prog_hidetext').html($('#prog_show_msg').html());
| + | |
− | $('#prog_hidetext').attr('onClick','prog_toggle();');
| + | |
− | }
| + | |
− | </script></html>
| + | |
− | <div style="width:40%; border: 1px solid #000;">{{PAGENAME}} is part of a series on [[programming]].<br /> | + | |
− | <html><a id='prog_hidetext' onclick="prog_toggle();"><b>[ Decompile ]</b></a></html><br /><div id='prog_display_text'></div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div id='prog_hidden_display' style='display:none; height:1px; width:1px;'>
| + | |
− | '''[[Compiled languages]]'''<br />
| + | |
− | [[Assembly Basics|Assembly]] • [[C]] • [[CPP|C++]]
| + | |
− | | + | |
− | '''[[Interpreted languages]]'''<br />
| + | |
− | [[Perl]] • [[Python]] • [[Ruby]] • [[PHP]] • [[LUA]] • [[TCL]] • [[SQL]] • [[JavaScript]] • [[CSS]] • [[HTML]]
| + | |
− | | + | |
− | '''[[Assembly]] & [[shellcode]]'''<br />
| + | |
− | [[Linux assembly]] • [[Out of Order Code Execution]] • [[null-free shellcode]] • [[Ascii shellcode|32-bit ascii shellcode]] • [[alphanumeric shellcode|64-bit alphanumeric shellcode]] • [[Return Oriented Programming (ROP)]]
| + | |
− | | + | |
− | '''Related Articles'''<br />
| + | |
− | [[Polymorphic]] • [[AJAX]] • [[jQuery]] • [[Bash book]] • [[unsafe string replacement]]<br />
| + | |
− | </div>
| + | |
− | <div id='prog_hide_msg' style='visibility:hidden; height:1px; width:1px;'><b>[ Compile ]</b></div>
| + | |
− | <div id='prog_show_msg' style='visibility:hidden; height:1px; width:1px;'><b>[ Decompile ]</b></div>
| + | |
− | </center>
| + | |
− | <includeonly>[[Category:Programming|{{PAGENAME}}]]</includeonly><noinclude>
| + | |
− | | + | |
− | [[category:Templates]]</noinclude>
| + | |