radare2/plugins.def.cfg
pancake/fluendo c02ef87ac2 * Add support to ARM for the debugger
- asm.arm plugin is now embedded into r_asm as static plugin
* Added register alias names for r_reg
  - Add register names for x86/32/64/arm
  - pc, sp, bp, a0, a1, a2, a3
* Do not build lua5.1 if no lib found
* Enable cfg.ffio in debug mode
* Some code simplification in r_asm
  - Fix a negative offset bug in elf on ARM binaries
2010-02-03 14:34:00 +01:00

34 lines
343 B
INI

STATIC="asm.java
asm.arm
asm.mips
asm.x86_nasm
asm.x86_olly
bin.dummy
bin.elf
bin.elf64
bin.java
bin.pe
bin.pe64
bin.mach0
bininfo.addr2line
bp.arm
bp.x86
crypto.aes
debug.ptrace
io.debug
io.malloc
io.ptrace
parse.dummy
parse.mreplace
parse.x86_pseudo"
SHARED="
asm.bf
asm.csr
asm.dummy
asm.m68k
asm.ppc
asm.psosvm
asm.sparc
debug.gdb
io.shm"