background preloader

Tutorials

Facebook Twitter

ARTeam. Tuts 4 You. CIP - Crack In Progress. CrackStore. RCE. Patching Security Holes With OllyDbg | a4apphack. OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. This machine level debugger is created by Oleh Yuschuk for the 80×86. OllyDbg traces registers, recognizes procedures, loops, API calls, switches, tables, constants and strings. These features can be utilized to understand how an application internals. Introduction Ollydbg mainly has 4 windows in the default layout. A set of 3 tutorials illustrated here explains on how effectively can OllyDbg be used to identify the security holes and to ensure that the code written is healthy.

Tutorial 1 – Unpack the compressed exe & Find the hardcoded password First step is to get a picture of how application works by submitting some random data, understanding the sequence of dialog boxes displayed and analyzing it. Drag and Drop the CrackMe app to OllyDbg to disassemble the binary. Once the search is complete, results are displayed; and unfortunately displays no useful info after disassembling the app. Unpacking with UPX Alt: OpenRCE.