Statistics

Members: 1925
News: 293
Web Links: 1
Visitors: 3808554

Who's Online

We have 1 guest 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 Conference Proceedings arrow Reverse Code Engineering arrow Scan of the Month 33
Scan of the Month 33
User Rating: / 0
PoorBest 
Written by Nicolas Brulez   
Side Story
Adding Imports by Hand

This is a tutorial about the imports i wrote "by the way" while solving a harder problem. It focus on 2 particular problems: Building up all the imports information and adding imports (both by hand). It does NOT touch the problem of reconstructing a dumped imports section but, hopefully, I will release tutorials on the later as i tackle more well-known packers. While elaborating this tutorial i worked on Win98 and WinXP, but everything should be a trivial translation for other OSes (excluding section 5, but this deal with the differences between Win2k and the rest of Oses).

 


Read More >>



The purpose of this "tutorial" is to provide an in-depth analysis for the executable provided in the present challenge [1]. This analysis will be obtained through a complete reverse engineering of the target, bypassing all "tricks" which have been adopted to make harder the job. We will document the procedures, tools and methods used for this purpose. Download: zip Scan of the Month 33