Rafał Leśniak

Results 54 issues of Rafał Leśniak

To raise the bug, try to load .text of an object file just compiled A testsuite if providden in testsuite/elf/extract_raw_data {{ $ ./load INFO vaddr = 1C0005F8 size = 964...

ERESI

To raise the bug, try to load .text of an object file just compiled A testsuite if providden in testsuite/elf/extract_raw_data {{ $ ./load INFO vaddr = 1C0005F8 size = 964...

ERESI

Currently, our debuggers do not use any specific protocol for communicating between client and server part (only pain text). GDB has defined a protocol for remote debugging which allows interfacing...

ERESI

ELFsh will fail to save binaries with incorrect headers. Some fields are specially vulnerable to this because they are used in elfsh_store_obj(). e_shstrndx e_ehsize e_phentsize e_phnum e_phoff e_shoff e_shentsize e_shnum...

libelfsh

Our dataflow commands needs to be implemented directly in the eresi language. Dataflow information about use/def chains should be computed using a deductive system on the model of hoare logic...

evarista

Maybe we can have an history for each program (elfsh, kernsh, e2dbg, etrace ...) ? Actually there is only one history in .elfsh_history. --- Ticket: 40 Reported by: pouik on...

libui

The relocation function for the MIPS architecture is in place and the main needed relocations are implemented. However there is a bug in that function that makes the ET_REL injection...

libelfsh

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...

E2dbg

The debugger does not currently use the debug format as it should. Good features for interfacing would be : - Make sure we can do print $var in the debugger...

E2dbg

The current translation from ELIR to SSA supports only the minimal sets of type for translating a SPARC binary program to ELIR to SSA. Other types were introduced by Julio...

ERESI