mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 15:54:59 +00:00
* Remove references to bea plugins from r_anal & r_asm
This commit is contained in:
parent
35592a60e9
commit
6303a8d10b
@ -7,12 +7,6 @@
|
||||
#include <r_list.h>
|
||||
#include "../config.h"
|
||||
|
||||
/* plugin pointers */
|
||||
extern RAnalysisHandle r_anal_plugin_arm;
|
||||
extern RAnalysisHandle r_anal_plugin_x86;
|
||||
extern RAnalysisHandle r_anal_plugin_x86_bea;
|
||||
extern RAnalysisHandle r_anal_plugin_ppc;
|
||||
|
||||
static struct r_anal_handle_t *anal_static_plugins[] =
|
||||
{ R_ANAL_STATIC_PLUGINS };
|
||||
|
||||
|
@ -219,5 +219,11 @@ R_API int r_anal_reflines_str(struct r_anal_t *anal, struct r_anal_refline_t *li
|
||||
R_API int r_anal_bb_split(RAnalysis *anal, RAnalysisBB *bb, RList *bbs, ut64 addr);
|
||||
R_API int r_anal_bb_overlap(RAnalysis *anal, RAnalysisBB *bb, RList *bbs);
|
||||
R_API int r_anal_fcn(RAnalysis *anal, RAnalysisFcn *fcn, ut64 addr, ut8 *buf, ut64 len);
|
||||
|
||||
/* plugin pointers */
|
||||
extern RAnalysisHandle r_anal_plugin_arm;
|
||||
extern RAnalysisHandle r_anal_plugin_x86;
|
||||
extern RAnalysisHandle r_anal_plugin_ppc;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -119,7 +119,6 @@ extern struct r_asm_handle_t r_asm_plugin_bf;
|
||||
extern struct r_asm_handle_t r_asm_plugin_java;
|
||||
extern struct r_asm_handle_t r_asm_plugin_mips;
|
||||
extern struct r_asm_handle_t r_asm_plugin_x86;
|
||||
extern struct r_asm_handle_t r_asm_plugin_x86_bea;
|
||||
extern struct r_asm_handle_t r_asm_plugin_x86_olly;
|
||||
extern struct r_asm_handle_t r_asm_plugin_x86_nasm;
|
||||
extern struct r_asm_handle_t r_asm_plugin_arm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user