![]() |
|
|
|
#1 (permalink) |
|
Founder
![]() |
![]() This book is dedicated to the basics of hacking—methods of analyzing programs using a debugger and disassembler. There is huge interest in this topic, but in reality, there are very few programmers who have mastered these methods on a professional level. The majority of publications that touch on issues of analyzing and optimizing programs, as well as creating means of protecting information, delicately tiptoe around the fact that in order to competently find "holes" in a program without having its source code, you have to disassemble them. Restoring something that even somewhat resembles the source code is still considered an extremely complex task. In the book, the author describes a technology used by hackers that gives a practically identical source code, and this includes programs in C++ as well, which are particularly difficult to disassemble. The book gives a detailed description of ways to identify and reconstruct key structures of the source language—functions (including virtual ones), local and global variables, branching, loops, objects and their hierarchy, mathematical operators, etc. The disassembly methodology that we will look at has been formalized—i.e., it has been translated from an intuitive concept into a complete technology, available and comprehensible to almost anyone. The book contains a large number of unique practical materials. It is organized in such a manner that it will most certainly be useful to the everyday programmer as a manual on optimizing programs for modern intelligent compilers, and to the information protection specialist as a manual on looking for so-called "bugs." The "from simple to complex" style of the book allows it to easily be used as a textbook for beginner analyzers and "code diggers." TABLE OF CONTENT: PART I Step 1 - Warming up Step 2 - Getting Acquainted with the Disassembler Step 3 - Surgery Step 4 - Getting Acquainted with the Debugger Step 5 - IDA Emerges onto the Scene Step 6 - Using a Disassembler with a Debugger Step 7 - Identifying Key Structures of High-Level Languages PART II - Counteracting Debuggers - Counteracting Disassemblers - An Invitation to the Discussion, or New Protection Tips - How to… Code:
http://rapidshare.com/files/39827636/Disassembling.rar Enjoy !
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is Your Son a Computer Hacker? :) | Spore | Jokes & Fun | 6 | 12-01-2008 08:32 AM |
| You know your co-worker is a hacker when... | The Boss | Jokes & Fun | 2 | 11-23-2008 12:21 PM |
| bollywood uncovered fully | MaDHA¢KeR™ | Pics (Desi and Videsi) | 0 | 08-04-2008 06:59 PM |
| Is Your Son A Computer Hacker? | Armageddon | Jokes & Fun | 3 | 04-22-2008 06:24 PM |