etrace 1:0.8a25-3.1ubuntu3 (armhf binary) in ubuntu precise

 The 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.

Details

Package version:
1:0.8a25-3.1ubuntu3
Source:
eresi 1:0.8a25-3.1ubuntu3 source package in Ubuntu
Status:
Deleted
Component:
universe
Priority:
Optional