· Регистрация 
софт скрипты драйвера форумы блоги  
Пример: windows
Софт
Новости софта
Обзоры
Статьи
Авторам
Софт
Mac Linux PDA/Mobile
Linux Программирование Отладчики

Страница программы EDB (Evan's Debugger) 0.8.15

EDB (Evan's Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg.


  Описание программы   Комментарии (0)   Скриншоты (0)   Файлы (1)  
Авторproxy
СайтПерейти
Обновление19.03.2007, 07:35
НазваниеEDB Evan s Debugger
ВерсияEDB (Evan's Debugger) 0.8.15
ЯзыкиАнглийский
ЛицензияGPL (GNU GPL)
СтоимостьБесплатно
СистемыLinux
Размер?
Рейтинг
Голосов: 1

Скачать бесплатно EDB Evan s Debugger
Закачек: 8
найти или купить на Allsoft.ru
софт в Allsoft.ru 




Описание программы EDB Evan s Debugger
EDB (Evan's Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg.
EDB project uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms.
· Ключевые особенности и характеристики EDB (Evan's Debugger) 0.8.15
Не определены
· Ограничения EDB (Evan's Debugger) 0.8.15
Ограничения не определены
· Специальные требования EDB (Evan's Debugger) 0.8.15
· QT4

Installation:

$ qmake
$ make

On certain systems your qmake make be named slightly differently, I've noticed that the Fedora Core rpms name it qmake-qt4. This will build the debugger along with all plugins I have written.

In order to have EDB take advantage of certain features (such as the Heap analyzer plugin), it will need some symbol maps to work with. The easiest way to create these is to run the make_symbolmap.sh script, here's an example:

$ ./make_symbolmap.sh /lib/libc.so.6 > symbols/libc.so.6.map

The name of the symbol file IS IMPORTANT, a quick and dirty way to get all symbols from existing libraries on your system would be like this:

$ for i in $(ls /usr/lib/*.so*); do ./make_symbolmap.sh $i > symbols/`basename $i`.map; done
$ for i in $(ls /lib/*.so*); do ./make_symbolmap.sh $i > symbols/`basename $i`.map; done

This will take a moment, but not that long and you will have symbols based on all binaries on your system. Note that the make_symbolmap script will work on regular binaries as well, not just libraries. So if you are debugging an application, you may want to generate its symbols as well. Eventually, I will build a "Regenerate Symbols" feature into EDB (a plugin perhaps?), but for now, the script will have to do.

Also, don't forget to set the symbols directory in the options dialog to the directory which you placed the map files!
· История версий и изменений EDB Evan s Debugger
Версия: EDB (Evan's Debugger) 0.8.15
· Many convenience improvements were made in the GUI.
· A crashable double free bug was fixed.
· An Open File viewer plugin was added.
· More options are available in configuration.
· Stack analysis was added, which shows return targets and string pointers in the stack view.
· A huge speedup was made in the Heap Analysis plugin.
· Описание и дополнения от редакторов и пользователей сайта
Пока нет
Связанные статьи, обзоры и новости
Нет относящихся к программе статей и обзоров.


Другие программы от proxy
Больше не найдено программ этого автора.
     
Похожие программы

Accerciser 0.1.3
Accerciser is an interactive Python accessibility explorer for the GNOME desktop.
11.05.2007, 21:35 | ? | GPL (GNU GPL) | 4


Guarded Memory Move 0.6
Guarded Memory Move tool is useful for studying buffer overflows and catching them together with a 'good' stack image.
24.04.2007, 05:23 | ? | GPL (GNU GPL) | 3


radare 0.8
radare is a toolchain that aims to create a complete set of utilities for handling binary files from the command line.
10.04.2007, 09:01 | ? | GPL (GNU GPL) | 1


scanmem 0.07
scanmem is a debugging utility used to isolate the position of a variable in an executing program.
10.04.2007, 07:35 | ? | GPL (GNU GPL) | 5


Elvyx 1.0.23.1
Elvyx is a tool designed to monitor and profile the jdbc activity.
06.03.2007, 02:44 | ? | The Apache License 2.0 | 1

Разделы