unmask_jemalloc icon indicating copy to clipboard operation
unmask_jemalloc copied to clipboard

Does not support Firefox debug builds

Open jrmuizel opened this issue 8 years ago • 1 comments

In debug builds a magic field gets added to arena_run_t and arena_t. This causes some of the read offsets to be wrong. Would it be better to use the type information from the binary to lookup fields instead of hard coding offsets?

jrmuizel avatar May 31 '17 16:05 jrmuizel

unmask_jemalloc is unsupported, please use shadow instead: https://github.com/CENSUS/shadow

argp avatar May 31 '17 17:05 argp