mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
c02ef87ac2
- 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
34 lines
343 B
INI
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"
|