Reverse Engineering/Security

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

The chapters in this section are going to talk about computer security issues, especially those of interest to a reverser.

Contents

[edit] Security Basics

This section will talk about some of the basics of securing a system.

[edit] Stack and Heap Overflows

This section will talk about the common security holes to be found in stack and heap buffer overflows.

[edit] Malware

This section will talk about viruses, spyware, adware, and various other forms of malware.

  • What is it?
  • How to identify it
  • How to destroy it

[edit] Encryption

This section will talk about common encryptions. It will also discuss how to break certain encryptions, and how the user can prevent unauthorized decryption.

[edit] Further Reading