Table of Contents – BPB Online
Skip to content
- Impact of Reverse Engineering
- Understanding Architecture of x86 machines
- Up and Running with Reverse Engineering tools
- Walkthrough on Assembly Instructions
- Types of Code Calling Conventions
- Reverse Engineering Pattern of Basic Code
- Reverse Engineering Pattern of the printf() Program
- Reverse Engineering Pattern of the Pointer Program
- Reverse Engineering Pattern of the Decision Control Structure
- Reverse Engineering Pattern of the Loop Control Structure
- Array Code Pattern in Reverse Engineering
- Structure Code Pattern in Reverse Engineering
- Scanf Program Pattern in Reverse Engineering
- strcpy Program Pattern in Reverse Engineering
- Simple Interest Code Pattern in Reverse Engineering
- Breaking Wannacry Ransomware with Reverse Engineering
- Generate Pseudo Code from the Binary File
- Fun with Windows Calculator Using Reverse Engineering