|
|
(7 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| <center> | | <center> |
− | <html>
| + | <div style="width:40%;">{{PAGENAME}} is part of a series on [[countermeasures]].<br /> |
− | <script type="text/javascript">
| + | |
− | function count_toggle() {
| + | |
− | $('#count_display_text').html($('#count_hidden_display').html());
| + | |
− | $('#count_hidetext').html($('#count_hide_msg').html());
| + | |
− | $('#count_hidetext').attr('onClick','count_vape();');
| + | |
− | }
| + | |
− | function count_vape() {
| + | |
− | $('#count_display_text').html('');
| + | |
− | $('#count_hidetext').html($('#count_show_msg').html());
| + | |
− | $('#count_hidetext').attr('onClick','count_toggle();');
| + | |
− | }
| + | |
− | </script></html>
| + | |
− | <div style="width:40%; border: 1px solid #000;">{{PAGENAME}} is part of a series on [[countermeasures]].<br /> | + | |
− | <html><a id='count_hidetext' onclick="count_toggle();"><b>[ Detect ]</b></a></html><br /><div id='count_display_text'></div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div id='count_hidden_display' style='visibility:hidden;'>
| + | |
− | '''[[Exploitation]] Countermeasures'''<br />
| + | |
− | [[Patch]] • [[ASLR]] • [[DEP]] • [[IPS]] • [[IDS]] • [[NIDS]] • [[NIPS]] • [[SIM]] • [[Snort]]
| + | |
− | | + | |
− | '''[[Reverse Engineering]] Countermeasures'''<br />
| + | |
− | [[Polymorphic]] • [[Out of Order Code Execution]] • [[Anti-heuristics]]
| + | |
− | </div>
| + | |
− | <div id='count_hide_msg' style='visibility:hidden;'><b>[ Prevent ]</b></div>
| + | |
− | <div id='count_show_msg' style='visibility:hidden;'><b>[ Detect ]</b></div>
| + | |
− | | + | |
− | </center><noinclude>
| + | |
− | | + | |
− | [[Category:Templates]]
| + | |