Ticket #36 (new enhancement)

Opened 4 years ago

Last modified 3 years ago

Debugger must be ported on MIPS/IRIX

Reported by: jfv Owned by: None
Priority: minor Milestone: v0.9x
Component: E2dbg Version: devel
Severity: Medium Keywords:
Cc:

Description (last modified by may) (diff)

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

Change History

Changed 3 years ago by may

  • description modified (diff)
  • milestone set to v0.9x
Note: See TracTickets for help on using tickets.