eresi
eresi copied to clipboard
Debugger must be ported on MIPS/IRIX
The debugger misses some stuffs to work on MIPS/IRIX:
- e2dbg does use as entry point :
- __libc_start_main hijack on linux
- atexit hijack on BSD
- __fpstart hijack on solaris BUT We have no entry point for IRIX. See e2dbg/signal.c for the existing entry points. Hint: try to see around the GOT entry of the main function on IRIX.
- Various debugging handlers (see libe2dbg/dbghooks.c) related to the sigaction() system call
- THe MIPS breakpoint handler
- MIPS disassembly is not available
Ticket: 36 Reported by: jfv on Tue Jul 4 20:29:57 2006