mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 14:50:49 +00:00
Fix dbg.glibc.path type
This commit is contained in:
parent
702cbbef4d
commit
c2aa1f2337
@ -3552,7 +3552,7 @@ R_API int r_core_config_init(RCore *core) {
|
||||
#endif
|
||||
SETDESC (n, "choose malloc structure parser");
|
||||
SETOPTIONS (n, "glibc", "jemalloc", NULL);
|
||||
SETBPREF ("dbg.glibc.path", "", "if not empty, use the given path to resolve the libc");
|
||||
SETPREF ("dbg.glibc.path", "", "if not empty, use the given path to resolve the libc");
|
||||
#if __GLIBC_MINOR__ > 25
|
||||
SETBPREF ("dbg.glibc.tcache", "true", "parse the tcache (glibc.minor > 2.25.x)");
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user