The 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.
This package contains the shared libraries used by elfsh.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 1,362.0 kB | 3691 kB | [list of files] |
| hppa | 1,285.9 kB | 4716 kB | [list of files] |
| i386 | 1,123.9 kB | 3428 kB | [list of files] |
| ia64 | 1,597.8 kB | 7908 kB | [list of files] |
| mips | 967.7 kB | 5008 kB | [list of files] |
| mipsel | 959.1 kB | 5012 kB | [list of files] |
| powerpc | 1,221.1 kB | 3984 kB | [list of files] |
| s390 | 1,239.5 kB | 4256 kB | [list of files] |
| sparc | 1,179.3 kB | 4572 kB | [list of files] |