DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamee2dbg
BeschreibungThe Embedded ELF debugger
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1:0.8a25-2ubuntu1
Sektionuniverse/devel
Prioritätoptional
Installierte Größe76 Byte
Hängt ab vonlibasm0, libaspect0, libc6 (>= 2.4), libedfmt0, libelfsh0, libetrace0, libmjollnir0, libncurses5 (>=
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleeresi
Paketgröße8090 Byte
Prüfsumme MD55fa9895a3f4570c81bb65a306a62e368
Prüfsumme SHA1ee133b76decca6d74f3b1751e024442ec437a4a4
Prüfsumme SHA25687df56cc78f1df9fc18d6a7759798c17745b8735c631ba677357d7258c2981d7
Link zum Herunterladene2dbg_0.8a25-2ubuntu1_i386.deb
Ausführliche BeschreibungThe Embedded ELF Debugger is the implementation of a new concept of debugger that run inside the process to be debugged instead of being an external entity accessing from the outside the target address space. Instead of using system-specific API such as ptrace, the debugger is linked into a library that is getting injected in a process using the LD_PRELOAD environment variable. This makes e2dbg very efficient as it does not need context switching for inspecting the target process. The ERESI debugger can also be scripted in the same conditions as a complete ERESI interpreter is embedded into the debugger. . The main features of the Embedded ELF debugger are : . * Debugging on dynamic ELF binaries without using ptrace * Runtime injection of software extension developed in C language. * Runtime static and extern functions redirection. * Breakpoints and stepping using the sigaction syscall. * Possibility of registers reading and writing on such events. * Instruction tracing until next event. * Runtime access to the linkmap linked list of the runtime linker. * Support for debugging of multithread processes. * Backtracing capabilities including on multithread processes. * Innovative unintrusive debugging technique : Allocation proxying


Impressum
Linux is a registered trademark of Linus Torvalds