mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-15 03:38:27 +00:00
Switch to Capstone for ARM by default
This commit is contained in:
parent
293ba25765
commit
208b6ce089
@ -365,7 +365,7 @@ static int set_reg_profile(RAnal *anal) {
|
||||
}
|
||||
|
||||
RAnalPlugin r_anal_plugin_arm_cs = {
|
||||
.name = "arm.cs",
|
||||
.name = "arm",
|
||||
.desc = "Capstone ARM analyzer",
|
||||
.license = "BSD",
|
||||
.esil = R_TRUE,
|
||||
|
@ -433,7 +433,7 @@ static int set_reg_profile(RAnal *anal) {
|
||||
}
|
||||
|
||||
struct r_anal_plugin_t r_anal_plugin_arm_gnu = {
|
||||
.name = "arm",
|
||||
.name = "arm.gnu",
|
||||
.arch = R_SYS_ARCH_ARM,
|
||||
.license = "LGPL3",
|
||||
.bits = 32 | 64,
|
||||
|
@ -53,7 +53,7 @@ static int disassemble(RAsm *a, RAsmOp *op, const ut8 *buf, int len) {
|
||||
}
|
||||
|
||||
RAsmPlugin r_asm_plugin_arm_cs = {
|
||||
.name = "arm.cs",
|
||||
.name = "arm",
|
||||
.desc = "Capstone ARM disassembler",
|
||||
.license = "BSD",
|
||||
.arch = "arm",
|
||||
|
@ -194,7 +194,7 @@ static int assemble(RAsm *a, RAsmOp *op, const char *buf) {
|
||||
}
|
||||
|
||||
RAsmPlugin r_asm_plugin_arm_gnu = {
|
||||
.name = "arm",
|
||||
.name = "arm.gnu",
|
||||
.arch = "arm",
|
||||
.bits = 16|32|64,
|
||||
.desc = "Acorn RISC Machine CPU",
|
||||
|
Loading…
x
Reference in New Issue
Block a user