radare2/plugins.tiny.cfg
Riccardo Schirone afae8b6e34
Prerelease travis release (#13189)
* Add additional tests for release/prereleases
* Test different plugins configurations
* Add some libraries to docker image
* Disable SYS_CAPSTONE for now because there is only 3.0.5
* Fix html magic file to respect libmagic's format too

< can be used with string so it should be escaped if we want to match
the exact string "<html>"

* Use plugin License when printing rasm2 plugins in JSON format
* Build with system capstone, but do not run tests because they would fail
* Fix tiny plugins file to use xtr_fatmach0 instead of just fatmach0
* Use clang to compile with ASAN
* Use b_lundef=false
* Just test if different plugins configuration build, no r2r
* Use sys openssl as well
2019-02-28 16:58:09 +01:00

94 lines
1022 B
INI

# fs.udf
# fs.iso9660
# fs.hfsplus
# fs.hfs
# fs.jfs
# do not build : asm.x86_as
# do not build : asm.x86_nasm
# MIPS="asm.mips_gnu anal.mips_gnu"
# MIPS_CS="asm.mips_cs anal.mips_cs"
STATIC="
asm.java
asm.arm_cs
asm.dalvik
asm.mips_cs
asm.x86_nz
asm.x86_cs
asm.gb
anal.null
anal.x86_cs
anal.arm_cs
anal.mips_cs
anal.java
anal.dalvik
anal.gb
bin.any
bin.bios
bin.elf
bin.elf64
bin.java
bin.dex
bin.pe
bin.pebble
bin.mz
bin.pe64
bin.te
bin.coff
bin.mach0
bin.mach064
bin.ningb
bin.ningba
bin.ninds
bin.nin3ds
bin.xbe
bin_xtr.xtr_fatmach0
bin_xtr.xtr_dyldcache
bp.arm
bp.bf
bp.x86
bp.mips
core.a2f
core.java
crypto.aes
debug.native
debug.esil
debug.gdb
debug.rap
debug.bf
egg.exec
egg.xor
fs.fat
fs.ntfs
fs.ext2
fs.hfs
fs.hfsplus
fs.reiserfs
fs.posix
io.debug
io.rap
io.gzip
io.http
io.bfdbg
io.gdb
io.bochs
io.mmap
io.default
io.self
io.mach
io.w32
io.w32dbg
io.malloc
io.sparse
io.ihex
io.ptrace
io.procpid
io.zip
lang.vala
parse.mreplace
parse.att2intel
parse.mips_pseudo
parse.dalvik_pseudo
parse.x86_pseudo"
SHARED=""