Skip to content

Commit

Permalink
Fix plugin type name array issue in Lc command
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and ret2libc committed Jan 16, 2021
1 parent d3c1788 commit 486ed69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librz/util/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ static bool __has_debug = false;

/* XXX : this must be registered in runtime */
static const char *rz_lib_types[] = {
"io", "dbg", "lang", "asm", "analysis", "parse", "bin", "bin_xtr",
"bp", "syscall", "fastcall", "crypto", "core", "egg", "fs", NULL
"io", "dbg", "lang", "asm", "analysis", "parse", "bin", "bin_xtr", "bin_ldr",
"bp", "syscall", "fastcall", "crypto", "core", "egg", NULL
};

static const char *__lib_types_get(int idx) {
Expand Down

0 comments on commit 486ed69

Please sign in to comment.