Skip to content
Commit cfafd5c2 authored by may's avatar may
Browse files

ERESI 0.83a has the following additions:

- Fixed eresi-config scripts so that more testsuite build with them

- Fixed e2dbg to aoid using s*printf functions at initialization time as these could use malloc on newer glibc whose symbol is not resolved yet.

- Fixed revm_expr_extend() to add fields to expressions on the fly during transmation (to be cont)

- Added revm_expr_contex_t so that many revm expr engine API is more modular and API take less parameters

- Corrected a one-byte heap overflow in the revm expr engine (fieldname dup should have allocated +1 for NUL byte)

FOUND NEW BUGS: 

- There is a new section type .gnu.hash that is now replacing legacy .hash - need libelfsh support
- e2dbg fails to handle SIGTRAP in-process as before even on linux/x86, maybe a mprotect-related problem, reenabled sigsegv handling

More to come.
parent efdd676a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment