diff --git a/libr/util/lib.c b/libr/util/lib.c index ab6e470462..77e6a42ed2 100644 --- a/libr/util/lib.c +++ b/libr/util/lib.c @@ -1,4 +1,4 @@ -/* radare - LGPL - Copyright 2008-2020 - pancake */ +/* radare - LGPL - Copyright 2008-2021 - pancake */ #include #include @@ -11,7 +11,7 @@ static bool __has_debug = false; /* XXX : this must be registered in runtime */ static const char *r_lib_types[] = { - "io", "dbg", "lang", "asm", "anal", "parse", "bin", "bin_xtr", + "io", "dbg", "lang", "asm", "anal", "parse", "bin", "bin_xtr", "bin_ldr", "bp", "syscall", "fastcall", "crypto", "core", "egg", "fs", NULL };