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 Ubuntu Archiv lucid (universe)
Version1:0.8a25-2ubuntu1
Sektionuniverse/devel
Prioritätoptional
Installierte Größe92 Byte
Hängt ab vonlibasm0, libaspect0, libc6 (>= 2.4), libedfmt0, libelfsh0, libetrace0, libmjollnir0, libncurses5 (>=
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleeresi
Paketgröße12238 Byte
Prüfsumme MD54fe1f276ffd7c6d72758a941bd28bcd3
Prüfsumme SHA1664b38677cfb3d9703adaa1b1758a3cb2803b0ae
Prüfsumme SHA256feaae8fcaf3f3d4b3078e3b57fd3464d19c365d5c7f5728856f332d912e724f0
Link zum Herunterladenetrace_0.8a25-2ubuntu1_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