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


Paketnameetrace
BeschreibungThe Embedded ELF tracer
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1:0.8a25-3
Sektiondevel
Prioritätoptional
Installierte Größe84 Byte
Hängt ab vonlibasm0, libaspect0, libc6 (>= 2.3.6-6~), libedfmt0, libelfsh0, libetrace0, libmjollnir0, libncurses
Empfohlene Pakete
PaketbetreuerAndrés Roldán
Quelleeresi
Paketgröße11374 Byte
Prüfsumme MD5e9085736e8ff67deef9e36a6337edb6b
Prüfsumme SHA17890ba131808605d639061e2397e3fcf3ed27892
Prüfsumme SHA256cde120ad4869e28ab428ea729fb3cab8f6b2fef4fedc83caed8843460dba05c7
Link zum Herunterladenetrace_0.8a25-3_i386.deb
Ausführliche BeschreibungThe ERESI tracer is an embedded tracer which operates directly from within the traced the binary itself. We acheive this modus operandi by using binary module injection and function redirection. A new binary is created where all functions are hooked so we can display the program entering and leaving functions. As the tracer is directly into the traced binary, we gain performance as we don't need to single-step, in comparison with others tracers relying on a kernel interface like its ptrace debugging API. Another major difference is that etrace works on all functions without using a predefined list, as done by most other tracers. Etrace was designed for reverse engineering targets with not only glibc functions, but also a custom function present in your binary or in a specific library. . The main features of the ELF tracer (etrace) are : . * Command-line tracing on ELF binaries without using ptrace. * A logical organization of trace events fully integrated in the scripting language. * Support debug format information (if available) to display names and types of function parameters. * Advanced user control over selection of traced functions with regular expressions.


Impressum
Linux is a registered trademark of Linus Torvalds