11:30 Ollydbg prepare for battle | |
On Oledebugger OllyDbg is a debugger level ring 3, ie user. At the time of this writing, release version 1.10 and older version of a new, completely rewritten c zero, version 2.00k. What are advantages of this debugger? Lightweight, flexible change the functionality of plug-ins, easy to operate. Restrictions imposed by ring 3 - we are unlikely to debug the driver, but you can download them as normal dll and debug in parts. There is a possibility to load debug information from IdaPro. Just pretty handy you can change the code and data directly in the debugger with the ability to save. Plug-essentialsWhen you start the debugger, so to speak, out of the box there is some difficulty in managing them, but setting a few basic plug-ins, it becomes almost a perfect system where everything is at hand. So in order:
After this minimum, the debugger is more than ready for battle. They became easy to use, and no problems with excessive search for anti-debugging. RegistrationWhen you first start ollydbg meets us fairly dull monotonous design and milky-white, with no syntax highlighting. It's all problem can be solved by selecting the shortcut menu themes, but there is not a great choice - either cold boring topic, or vice versa Pestryaev like a parrot. And as you know both complicates the perception of information that greatly reduces the efficiency of debugging. But we must pay tribute to developers, nearly all of the debugger is customizable. I would like to offer my working version, which I worked for two years. Colors are chosen as the soft, bright lights of some blocks of code, attracts attention at first to more important things, more options in a gray scale. To do this in a file ollydbg.ini need to change the following lines: [Colours] ...here the standard color ... Scheme name [7] = Veliant Sheme Scheme [7] = 15,12,7,0,4,10,7,13 [Syntax] ...here the standard color ... Commands [4] = 15,15,12,12,11,14,12,15,15,7,12,0,0,0 Operands [4] = 1,3,15 , 15,8,8,10,6,0,0,0,0,0,0 Scheme name [4] = Veliant Sheme Download the debugger itself from the official website ollydbg.de Plug-ins and additional information can be found for example in the resource cracklab.ru The author does not recommend to do debugging third-party programs, and removes all responsibility from himself. | |
|
Total comments: 0 | |