Add xtr.pemixed plugin in the default list, fix description and add license line

This commit is contained in:
pancake 2018-08-06 01:26:14 +02:00
parent ab92677eda
commit efe53437ff
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
/* radare - LGPL - Copyright 2018 - JohnPeng47 */
#include <r_types.h>
#include <r_util.h>
#include <r_lib.h>
@ -113,7 +115,7 @@ static int free_xtr (void *xtr_obj) {
RBinXtrPlugin r_bin_xtr_plugin_xtr_pemixed = {
.name = "xtr.pemixed",
.desc = "managed/unmanaged code extractor",
.desc = "Extract sub-binaries in PE files",
.load = NULL, //not yet implemented
.extract = NULL, //not yet implemented
.extractall = NULL, //not yet implemented

View File

@ -148,6 +148,7 @@ bin.z64
bin.dyldcache
bin_xtr.xtr_dyldcache
bin_xtr.xtr_fatmach0
bin_xtr.xtr_pemixed
bin_ldr.ldr_linux
bin.zimg
bin.psxexe