1. Impact of Reverse Engineering
  2. Understanding Architecture of x86 machines
  3. Up and Running with Reverse Engineering tools
  4. Walkthrough on Assembly Instructions
  5. Types of Code Calling Conventions
  6. Reverse Engineering Pattern of Basic Code
  7. Reverse Engineering Pattern of the printf() Program
  8. Reverse Engineering Pattern of the Pointer Program
  9. Reverse Engineering Pattern of the Decision Control Structure
  10. Reverse Engineering Pattern of the Loop Control Structure
  11. Array Code Pattern in Reverse Engineering
  12. Structure Code Pattern in Reverse Engineering
  13. Scanf Program Pattern in Reverse Engineering
  14. strcpy Program Pattern in Reverse Engineering
  15. Simple Interest Code Pattern in Reverse Engineering
  16. Breaking Wannacry Ransomware with Reverse Engineering
  17. Generate Pseudo Code from the Binary File
  18. Fun with Windows Calculator Using Reverse Engineering