文件名称:debugger
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 536kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It 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.
Release focus: Major feature enhancements
Changes:
A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around. -EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It 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.Release focus: Major feature enhancementsChanges: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.
Release focus: Major feature enhancements
Changes:
A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around. -EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It 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.Release focus: Major feature enhancementsChanges: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
debugger
........\CHANGELOG
........\COPYING
........\debugger.pro
........\doc
........\...\compiling.html
........\...\data.html
........\...\disassembly.html
........\...\expressions.html
........\...\img
........\...\index.html
........\...\installing.html
........\...\interface.html
........\...\license.html
........\...\registers.html
........\...\stack.html
........\...\symbols.html
........\edb_make_symbolmap.sh
........\include
........\.......\BinaryString.h
........\.......\BreakPoint.h
........\.......\ByteShiftArray.h
........\.......\Configuration.h
........\.......\DebugEventHandlerInterface.h
........\.......\Debugger.h
........\.......\DebuggerCoreInterface.h
........\.......\DebuggerPluginInterface.h
........\.......\Expression.h
........\.......\Expression.tcc
........\.......\MemoryRegions.h
........\.......\State.h
........\.......\SymbolManager.h
........\.......\types.h
........\.......\Util.h
........\plugins
........\.......\BinarySearcher
........\.......\..............\BinarySearcher.cpp
........\.......\..............\BinarySearcher.h
........\.......\..............\BinarySearcher.pro
........\.......\..............\DialogBinaryString.cpp
........\.......\..............\DialogBinaryString.h
........\.......\..............\dialogbinarystring.ui
........\.......\BreakPointManager
........\.......\.................\BreakPointManager.cpp
........\.......\.................\BreakPointManager.h
........\.......\.................\BreakPointManager.pro
........\.......\.................\DialogBreakPoints.cpp
........\.......\.................\DialogBreakPoints.h
........\.......\.................\dialogbreakpoints.ui
........\.......\CheckVersion
........\.......\............\CheckVersion.cpp
........\.......\............\CheckVersion.h
........\.......\............\CheckVersion.pro
........\.......\DebuggerCore
........\.......\............\DebuggerCore.cpp
........\.......\............\DebuggerCore.h
........\.......\............\DebuggerCore.pro
........\.......\Environment
........\.......\...........\DialogEnvironment.cpp
........\.......\...........\DialogEnvironment.h
........\.......\...........\dialogenvironment.ui
........\.......\...........\Environment.cpp
........\.......\...........\Environment.h
........\.......\...........\Environment.pro
........\.......\HeapAnalyzer
........\.......\............\DialogHeap.cpp
........\.......\............\DialogHeap.h
........\.......\............\dialogheap.ui
........\.......\............\HeapAnalyzer.cpp
........\.......\............\HeapAnalyzer.h
........\.......\............\HeapAnalyzer.pro
........\.......\............\ResultViewModel.cpp
........\.......\............\ResultViewModel.h
........\.......\OpcodeSearcher
........\.......\..............\DialogOpcodes.cpp
........\.......\..............\DialogOpcodes.h
........\.......\..............\dialogopcodes.ui
........\.......\..............\OpcodeSearcher.cpp
........\.......\..............\OpcodeSearcher.h
........\.......\..............\OpcodeSearcher.pro
........\.......\OpenFiles
........\.......\.........\DialogOpenFiles.cpp
........\.......\.........\DialogOpenFiles.h
........\.......\.........\dialogopenfiles.ui
........\.......\.........\OpenFiles.cpp
........\.......\.........\OpenFiles.h
........\.......\.........\OpenFiles.pro
........\.......\plugins.pro
........\.......\References
........\.......\..........\DialogReferences.cpp
........\.......\..........\DialogReferences.h
........\.......\..........\dialogreferences.ui
........\.......\..........\References.cpp
........\.......\..........\References.h
........\.......\..........\References.pro
........\CHANGELOG
........\COPYING
........\debugger.pro
........\doc
........\...\compiling.html
........\...\data.html
........\...\disassembly.html
........\...\expressions.html
........\...\img
........\...\index.html
........\...\installing.html
........\...\interface.html
........\...\license.html
........\...\registers.html
........\...\stack.html
........\...\symbols.html
........\edb_make_symbolmap.sh
........\include
........\.......\BinaryString.h
........\.......\BreakPoint.h
........\.......\ByteShiftArray.h
........\.......\Configuration.h
........\.......\DebugEventHandlerInterface.h
........\.......\Debugger.h
........\.......\DebuggerCoreInterface.h
........\.......\DebuggerPluginInterface.h
........\.......\Expression.h
........\.......\Expression.tcc
........\.......\MemoryRegions.h
........\.......\State.h
........\.......\SymbolManager.h
........\.......\types.h
........\.......\Util.h
........\plugins
........\.......\BinarySearcher
........\.......\..............\BinarySearcher.cpp
........\.......\..............\BinarySearcher.h
........\.......\..............\BinarySearcher.pro
........\.......\..............\DialogBinaryString.cpp
........\.......\..............\DialogBinaryString.h
........\.......\..............\dialogbinarystring.ui
........\.......\BreakPointManager
........\.......\.................\BreakPointManager.cpp
........\.......\.................\BreakPointManager.h
........\.......\.................\BreakPointManager.pro
........\.......\.................\DialogBreakPoints.cpp
........\.......\.................\DialogBreakPoints.h
........\.......\.................\dialogbreakpoints.ui
........\.......\CheckVersion
........\.......\............\CheckVersion.cpp
........\.......\............\CheckVersion.h
........\.......\............\CheckVersion.pro
........\.......\DebuggerCore
........\.......\............\DebuggerCore.cpp
........\.......\............\DebuggerCore.h
........\.......\............\DebuggerCore.pro
........\.......\Environment
........\.......\...........\DialogEnvironment.cpp
........\.......\...........\DialogEnvironment.h
........\.......\...........\dialogenvironment.ui
........\.......\...........\Environment.cpp
........\.......\...........\Environment.h
........\.......\...........\Environment.pro
........\.......\HeapAnalyzer
........\.......\............\DialogHeap.cpp
........\.......\............\DialogHeap.h
........\.......\............\dialogheap.ui
........\.......\............\HeapAnalyzer.cpp
........\.......\............\HeapAnalyzer.h
........\.......\............\HeapAnalyzer.pro
........\.......\............\ResultViewModel.cpp
........\.......\............\ResultViewModel.h
........\.......\OpcodeSearcher
........\.......\..............\DialogOpcodes.cpp
........\.......\..............\DialogOpcodes.h
........\.......\..............\dialogopcodes.ui
........\.......\..............\OpcodeSearcher.cpp
........\.......\..............\OpcodeSearcher.h
........\.......\..............\OpcodeSearcher.pro
........\.......\OpenFiles
........\.......\.........\DialogOpenFiles.cpp
........\.......\.........\DialogOpenFiles.h
........\.......\.........\dialogopenfiles.ui
........\.......\.........\OpenFiles.cpp
........\.......\.........\OpenFiles.h
........\.......\.........\OpenFiles.pro
........\.......\plugins.pro
........\.......\References
........\.......\..........\DialogReferences.cpp
........\.......\..........\DialogReferences.h
........\.......\..........\dialogreferences.ui
........\.......\..........\References.cpp
........\.......\..........\References.h
........\.......\..........\References.pro