mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
Fix plugin type name array issue in Lc command
This commit is contained in:
parent
d444bf338e
commit
917682ac13
@ -1,4 +1,4 @@
|
||||
/* radare - LGPL - Copyright 2008-2020 - pancake */
|
||||
/* radare - LGPL - Copyright 2008-2021 - pancake */
|
||||
|
||||
#include <r_util.h>
|
||||
#include <r_lib.h>
|
||||
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user