mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 10:16:21 +00:00
cd96e35ec9
- Added dummy 'xor' encoder. needs to be implemented * Various fixes in libr/egg/p/*.mk -- requires make mrproper * ragg2 -L list encoder and shellcode plugins --HG-- rename : libr/egg/p/egg_x86_osx_binsh.c => libr/egg/p/egg_exec.c rename : libr/egg/p/x86_osx_binsh.mk => libr/egg/p/exec.mk
99 lines
959 B
INI
99 lines
959 B
INI
# fs.udf
|
|
# fs.iso9660
|
|
# fs.hfsplus
|
|
# fs.hfs
|
|
# fs.jfs
|
|
# do not build : asm.x86_as
|
|
# do not build : asm.x86_nasm
|
|
STATIC="
|
|
asm.java
|
|
asm.bf
|
|
asm.arm
|
|
asm.armthumb
|
|
asm.sh
|
|
asm.csr
|
|
asm.avr
|
|
asm.dalvik
|
|
asm.mips
|
|
asm.sparc
|
|
asm.ppc
|
|
asm.x86
|
|
asm.x86_olly
|
|
asm.x86_nz
|
|
asm.msil
|
|
anal.sh
|
|
anal.x86
|
|
anal.x86_simple
|
|
anal.arm
|
|
anal.bf
|
|
anal.mips
|
|
anal.java
|
|
anal.dalvik
|
|
anal.csr
|
|
anal.avr
|
|
anal.ppc
|
|
anal.sparc
|
|
bin.any
|
|
bin.fs
|
|
bin.elf
|
|
bin.elf64
|
|
bin.java
|
|
bin.dex
|
|
bin.p9
|
|
bin.pe
|
|
bin.pe64
|
|
bin.mach0
|
|
bin.mach064
|
|
bin_xtr.fatmach0
|
|
bin_xtr.dyldcache
|
|
bp.arm
|
|
bp.bf
|
|
bp.x86
|
|
bp.mips
|
|
bp.ppc
|
|
cmd.dummy
|
|
crypto.aes
|
|
debug.native
|
|
debug.gdb
|
|
debug.rap
|
|
debug.bf
|
|
egg.exec
|
|
egg.xor
|
|
fs.fat
|
|
fs.ntfs
|
|
fs.ext2
|
|
fs.hfs
|
|
fs.hfsplus
|
|
fs.reiserfs
|
|
fs.tar
|
|
fs.cpio
|
|
fs.xfs
|
|
fs.iso9660
|
|
fs.udf
|
|
fs.ufs
|
|
fs.posix
|
|
fs.jfs
|
|
fs.minix
|
|
fs.fb
|
|
fs.sfs
|
|
io.debug
|
|
io.rap
|
|
io.http
|
|
io.bfdbg
|
|
io.gdb
|
|
io.haret
|
|
io.mach
|
|
io.w32
|
|
io.w32dbg
|
|
io.malloc
|
|
io.ptrace
|
|
io.procpid
|
|
io.shm
|
|
parse.mreplace
|
|
parse.att2intel
|
|
parse.x86_pseudo"
|
|
SHARED="
|
|
asm.csr
|
|
asm.psosvm
|
|
io.shm"
|