Statistics

Members: 1927
News: 293
Web Links: 1
Visitors: 3929675

Who's Online

Damn Vulnerable LinuxDamn Vulnerable Linux (DVL) is a Linux-based (modified Damn Small Linux) tool for IT-Security & IT-Anti- Security and Attack & Defense. [CLICK HERE FOR MORE INFOS! ]

Featured Conference Video

T16-Recon2006-Joe_Stewart-OllyBonE.gif OllyBone - Semi-Automatic Unpacking on IA-32. View the conference video here!
Home arrow Articles - Programming arrow Reverse Code Engineering arrow VX Reversing
VX Reversing
User Rating: / 1
PoorBest 
Written by E. Abril   
Side Story
Virtual Machine Rebuilding

Virtual Machines are one of the most controversial protection methods used nowadays. I try to show how virtual machines are created by examining the full reversed source code of the VM used in the T2'06 challenge, worth $1'500. It explains how to code a VM and helps those who wanted to analyse such challenge by giving direct access to its source code and its structures. The RE-built source code of T2'06 is in appendix.

Read More >>



For many years, Virus Writers and Reverse Code Engineers have independently studied common topics. As a consequence, these two subjects have grown up as, apparently, unrelated disciplines. NOT ANY LONGER. This is the first of a serie of issues dealing with one of the most interesting topics in Reverse Code Engineering (RCE): Virus Reversing. In each article, we will try to analyze a virus or technique of special relevance for the RCE community, a small "piece of art" created by some of the elite VXers, of course from a RCE's view point.

Download: pdf VX Reversing