Rafał Leśniak
Rafał Leśniak
The tracer needs to be ported on SPARC: - Support sparc argcounting (ARGCOUNT vector) - Support sparc relinking (EXTPLT vector) Have fun --- Ticket: 32 Reported by: jfv on Tue...
When loading a binary to be traced, only the main binary functions will be traced (and the external function it calls). The internal functions of the dependences will currently not...
The debugger on sparc architecture encounter problem of cache coherency. Specifically, when writing in a code section of a program (in e2dbg at runtime) being debugged, the debuggee program crashes...
Translation from ELIR (the subset of ELIR for the sparc architecture) to SSA is missing support for 4 ELIR operation. This has to be finished, it should not be a...
In evarista: The evarista/elir-dataflow.esh file contains the computation of dataflow analysis for the ELIR intermediate forms. As specific ELIR types has been defined for allowing x86 translation, we need to...
Kernsh is currently only available for OS based on Linux. BSD port is currently in progress but we still do not have any tests in the testsuite or any kernshrc...
The core file support was done on Linux and FreeBSD but there are lots of additional information that can be fetched which is currently not supported. We need to make...
Conditional commands : if, elseif, else Should be made possible within the ERESI language. --- Ticket: 22 Reported by: jfv on Wed Sep 19 04:27:43 2007
All features of elfsh/e2dbg are not available for the MIPS architecture. Those features can be implemented in hooks (vectors elements) very easily. The missing hooks for MIPS can be filled...
Right now, commands are registered this way : /\* General purpose command */ vm_addcmd(CMD_MODLOAD , (void *) cmd_modload , (void *) vm_getoption , 0, HLP_MODLOAD); vm_addcmd(CMD_MODULOAD, (void *) cmd_modunload, (void...