Pakket: etrace (1:0.8a25-2ubuntu1) [universe]
Verwijzigingen voor etrace
Ubuntu bronnen:
Het bronpakket eresi downloaden:
Beheerder:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Andrés Roldán
It should generally not be necessary for users to contact the original maintainer.
Vergelijkbare pakketten:
The Embedded ELF tracer
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.
Andere aan etrace gerelateerde pakketten
|
|
|
-
- dep: libasm0
- Disassembling engine provided to the ERESI framework
-
- dep: libaspect0
- The ERESI aspect library
-
- dep: libc6 (>= 2.4)
- Embedded GNU C Library: Shared libraries
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libedfmt0
- The ERESI debug format library
-
- dep: libelfsh0
- The ELF shell library
-
- dep: libetrace0
- The ERESI tracer library
-
- dep: libmjollnir0
- Flow analysis and fingerprinting component of the ERESI framework
-
- dep: libncurses5 (>= 5.6+20071006-3)
- shared libraries for terminal handling
-
- dep: libreadline5 (>= 5.2)
- GNU readline and history libraries, run-time libraries
-
- dep: librevm0
- The Reverse Engineering Vector Machine
-
- dep: libstderesi0
- The ERESI standard library
-
- dep: libui0
- The ERESI user interface