mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-20 14:21:25 +00:00
Update plugins.nogpl.cfg and fix a couple of warnings
This commit is contained in:
parent
4c4df8cf81
commit
1936f2d047
@ -123,7 +123,7 @@ static int show_analinfo(RAsmState *as, const char *arg, ut64 offset) {
|
||||
int ret, len = r_hex_str2bin ((char *)buf, buf);
|
||||
PJ *pj = pj_new ();
|
||||
if (!pj) {
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
RAnalOp aop = { 0 };
|
||||
|
@ -105,7 +105,7 @@ R_API int r_io_plugin_list_json(RIO *io) {
|
||||
SdbListIter *iter;
|
||||
PJ *pj = pj_new ();
|
||||
if (!pj) {
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
char str[4];
|
||||
|
@ -11,7 +11,8 @@ anal.h8300
|
||||
anal.i8080
|
||||
anal.java
|
||||
anal.hexagon
|
||||
anal.m68k
|
||||
anal.m68k_cs
|
||||
anal.m680x_cs
|
||||
anal.malbolge
|
||||
anal.mips_cs
|
||||
anal.msp430
|
||||
@ -40,12 +41,12 @@ asm.i4004
|
||||
asm.i8080
|
||||
asm.java
|
||||
asm.hexagon
|
||||
asm.m68k
|
||||
asm.m68k_cs
|
||||
asm.m680x_cs
|
||||
asm.malbolge
|
||||
asm.mips_cs
|
||||
asm.msp430
|
||||
asm.ppc_cs
|
||||
asm.rar
|
||||
asm.sparc_cs
|
||||
asm.spc700
|
||||
asm.sysz
|
||||
@ -53,7 +54,6 @@ asm.tms320
|
||||
asm.v850
|
||||
asm.ws
|
||||
asm.x86_cs
|
||||
asm.x86_new
|
||||
asm.x86_nz
|
||||
asm.xcore_cs
|
||||
asm.z80
|
||||
@ -77,7 +77,6 @@ bin.p9
|
||||
bin.pe
|
||||
bin.pe64
|
||||
bin.pebble
|
||||
bin.rar
|
||||
bin.te
|
||||
bin.xbe
|
||||
bin.z64
|
||||
@ -99,23 +98,7 @@ debug.rap
|
||||
debug.windbg
|
||||
egg.exec
|
||||
egg.xor
|
||||
fs.cpio
|
||||
fs.ext2
|
||||
fs.fat
|
||||
fs.fb
|
||||
fs.hfs
|
||||
fs.hfsplus
|
||||
fs.iso9660
|
||||
fs.jfs
|
||||
fs.minix
|
||||
fs.ntfs
|
||||
fs.posix
|
||||
fs.reiserfs
|
||||
fs.sfs
|
||||
fs.tar
|
||||
fs.udf
|
||||
fs.ufs
|
||||
fs.xfs
|
||||
io.bfdbg
|
||||
io.debug
|
||||
io.default
|
||||
|
Loading…
x
Reference in New Issue
Block a user