Reverse Engineering : The Portable Executable File Format

Reverse Engineering : The Portable Executable File Format
In this post, I will be talking about The Portable Executable File Format. For reversing our next target we must be familiar with PE file format. PE File Format :    The PE file format is a data structure, a file format for executable files...

Reverse Engineering : Finalising the patches and save the file

Reverse Engineering : Finalising the patches and  save the file
Normal 0 false false false EN-US X-NONE X-NONE ...

Reverse Engineering : Using Olly to crack reverseMe.exe

Reverse Engineering : Using Olly to crack reverseMe.exe
In this post we will learn how to reverse an app. Our target is reverseMe.exe and the application we are going to use is OllyDbg. To understand this post properly you must  refer to the Revere Engineering : intro to Olly and Registers...

Registers and Flags

Registers and Flags
For a deeper understanding of reverse engineering we need to know the basic functions of the registers and the flags from the register window (right most window in CPU-main thread of Olly).  Registers The register in the computer architecture...

Reverse Engineering : Intro to Olly

Reverse Engineering : Intro to Olly
Reverse Engineering This is the process of generating a useful product by using the design and components of a pre existing product. In computer world Reverse Engineering is used to study the functionality of the software and compute the logic and...