diff --git a/binr/rasm2/rasm2.c b/binr/rasm2/rasm2.c index 5ab5324dd4..241e87d7c1 100644 --- a/binr/rasm2/rasm2.c +++ b/binr/rasm2/rasm2.c @@ -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 }; diff --git a/libr/io/plugin.c b/libr/io/plugin.c index f7d3a64d98..68ed61a1ac 100644 --- a/libr/io/plugin.c +++ b/libr/io/plugin.c @@ -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]; diff --git a/plugins.nogpl.cfg b/plugins.nogpl.cfg index b9596d21a5..3ea69cc66d 100644 --- a/plugins.nogpl.cfg +++ b/plugins.nogpl.cfg @@ -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