radare2/libr/bin/p
2016-09-03 16:29:16 +02:00
..
any.mk Fixes for sys/static.sh 2015-11-01 10:26:38 +01:00
art.mk Initial support for loading Android ART binaries 2015-06-17 11:14:41 +02:00
avr.mk Initial import of the bin.avr plugin for atmega8 chips 2016-07-01 15:08:13 +02:00
bf.mk Fixes for the new linking order 2014-07-09 11:00:41 +02:00
bin_any.c Fix some RBinSymbol->name issues and drop null defs (-211LOC) 2015-11-22 01:09:02 +01:00
bin_art.c Fix #838 2015-12-16 11:40:23 +01:00
bin_avr.c Assume AVR bins have no strings 2016-07-04 16:28:58 +02:00
bin_bf.c Fix some RBinSymbol->name issues and drop null defs (-211LOC) 2015-11-22 01:09:02 +01:00
bin_bios.c Fix r2 -d mame on OSX asm.bits=16 problem 2016-07-26 15:30:26 +02:00
bin_bootimg.c Fix null-terminated strings issue in bootimg rbin plugin 2015-12-19 17:29:48 +01:00
bin_cgc.c Remove unnecessary = NULL in bin/p/*.c 2016-03-27 23:02:29 +02:00
bin_coff.c fix iZ and negative o for large files (#5242) 2016-07-05 12:46:28 +02:00
bin_dbginfo_elf64.c Refactoring RBinMeta into RBinDbgInfo 2014-03-10 02:27:32 +01:00
bin_dbginfo_elf.c Add RBin.srcdir and dir.source for asm.dwarf 2015-10-29 12:37:14 +01:00
bin_dex.c Fix latest coverities 2016-09-01 12:39:32 +02:00
bin_dol.c Fix #838 2015-12-16 11:40:23 +01:00
bin_dyldcache.c fix iZ and negative o for large files (#5242) 2016-07-05 12:46:28 +02:00
bin_elf64.c Fix #4295 and #4155 2016-04-04 23:09:58 +02:00
bin_elf.c fix uaf introduced in faster load elf 2016-09-03 16:29:16 +02:00
bin_fs.c Fix some RBinSymbol->name issues and drop null defs (-211LOC) 2015-11-22 01:09:02 +01:00
bin_java.c WIP - Totally remove host endianness dependence 2016-05-04 23:42:17 +10:00
bin_mach0.c Differentiate methods from functions in objc parser 2016-08-09 01:40:12 +02:00
bin_mach064.c LDID parse signature in mach0 binaries 2016-05-09 23:42:28 +02:00
bin_mbn.c fix iZ and negative o for large files (#5242) 2016-07-05 12:46:28 +02:00
bin_mz.c Fix uninitialized entry field for MZ bins (jman issue) 2016-08-08 10:45:32 +02:00
bin_nes.c Fix NES memory mirroring 2016-03-18 13:43:43 +01:00
bin_nin3ds.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
bin_ninds.c Fix #838 2015-12-16 11:40:23 +01:00
bin_ningb.c Fix #838 2015-12-16 11:40:23 +01:00
bin_ningba.c Fix many coverities 2015-12-31 17:10:02 +01:00
bin_omf.c Fix some critical COVs in RBin 2016-06-14 02:42:24 +02:00
bin_p9.c fix iZ and negative o for large files (#5242) 2016-07-05 12:46:28 +02:00
bin_pe64.c Fix some RBinSymbol->name issues and drop null defs (-211LOC) 2015-11-22 01:09:02 +01:00
bin_pe.c Fix uninitialized entry field for MZ bins (jman issue) 2016-08-08 10:45:32 +02:00
bin_pebble.c Fix #838 2015-12-16 11:40:23 +01:00
bin_psxexe.c Fix UAF in bin.psxexe 2016-06-14 02:44:52 +02:00
bin_rar.c fix iZ and negative o for large files (#5242) 2016-07-05 12:46:28 +02:00
bin_smd.c Update SDB from git fixing some possible null derefs 2016-07-06 17:03:34 +02:00
bin_sms.c Fix some critical COVs in RBin 2016-06-14 02:42:24 +02:00
bin_spc700.c Fix #838 2015-12-16 11:40:23 +01:00
bin_te.c Fix #838 2015-12-16 11:40:23 +01:00
bin_vsf.c Fix #838 2015-12-16 11:40:23 +01:00
bin_write_elf64.c Add rabin2 -O e/new-entrypoint-address (ELF only atm) 2016-01-14 14:42:36 +01:00
bin_write_elf.c Add rabin2 -O e/new-entrypoint-address (ELF only atm) 2016-01-14 14:42:36 +01:00
bin_write_mach0.c Add dummy work for mach0 in rabin2 -O 2016-04-07 15:42:06 +02:00
bin_write_mach064.c Add dummy work for mach0 in rabin2 -O 2016-04-07 15:42:06 +02:00
bin_xbe.c Fix #5069 2016-06-06 22:58:07 +02:00
bin_xtr_dyldcache.c Fix latest covs 2016-08-01 14:46:17 +02:00
bin_xtr_fatmach0.c Add rabin2 -X and r_bin_package for FAT and ZIP 2016-08-30 04:26:20 +02:00
bin_zimg.c Fix some RBinSymbol->name issues and drop null defs (-211LOC) 2015-11-22 01:09:02 +01:00
bios.mk Fixes for the new linking order 2014-07-09 11:00:41 +02:00
bootimg.mk Initial support for Android BOOT images 2015-12-18 20:08:05 +01:00
cgc.mk Fix #5158 - Merge r_db into r_util 2016-06-17 12:19:16 +02:00
coff.mk More link order fixes 2014-07-09 11:30:18 +02:00
dex.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
dol.mk Initial support for Wii/GC DOL binaries 2015-09-16 12:59:52 +02:00
dyldcache.mk Initial rework for dyldcache 2016-02-04 15:44:49 +01:00
elf64.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
elf.mk Fix #5158 - Merge r_db into r_util 2016-06-17 12:19:16 +02:00
fatmach0.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
fs.mk Fixes for the new linking order 2014-07-09 11:00:41 +02:00
java.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
mach0.mk Add dummy work for mach0 in rabin2 -O 2016-04-07 15:42:06 +02:00
mach064.mk Add dummy work for mach0 in rabin2 -O 2016-04-07 15:42:06 +02:00
Makefile Initial rework for dyldcache 2016-02-04 15:44:49 +01:00
mbn.mk Fix #5158 - Merge r_db into r_util 2016-06-17 12:19:16 +02:00
mz.mk Rewrite MZ bin plugin 2015-06-08 22:18:21 +02:00
nes.mk Initial support for NES file 2015-09-20 20:10:03 +02:00
nin3ds.mk New bin plugin with initial Nintendo 3DS support. It loads decrypted FIRM files. 2016-01-04 01:08:32 +01:00
ninds.mk Add Nintendo DS ROM loader plugin 2014-09-25 00:04:37 +02:00
ningb.mk More link order fixes 2014-07-09 11:30:18 +02:00
ningba.mk Fixes for the new linking order 2014-07-09 11:00:41 +02:00
omf.mk omf loader is working but in 32bits omf file the vaddr take the value of the paddr in sections and for both 16 adn 32 bits file vaddr is take as offset to pd command instead of paddr (or i misunderstand how it suppose to work) 2015-05-22 12:47:19 +02:00
p9.mk Hackaround dupped dynplugins builds 2014-06-05 04:32:47 +02:00
pe64.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
pe.mk Add support for iOS-simulator and static-OSX builds 2015-04-14 17:14:43 +02:00
pebble.mk Fix some PE crashes 2014-12-11 02:08:29 +01:00
psxexe.mk Initial PSX Executable Support 2015-11-23 20:56:19 +01:00
rar.mk Add r_bin.rar plugin, per-section arch/bits, fix in S= 2012-11-30 01:06:30 +01:00
smd.mk Fix #3431 - Implement support for SMD roms 2015-10-29 13:55:03 +01:00
sms.mk Initial support for SMS roms 2015-10-30 20:16:12 +01:00
spc700.mk Various static and iOS related build issues are now fixed 2015-12-28 02:01:45 +01:00
te.mk Fix #5158 - Merge r_db into r_util 2016-06-17 12:19:16 +02:00
vsf.mk Adds VSF (VICE Snapshot File) support as a bin format 2015-11-29 12:17:05 +01:00
xbe.mk Fixes for the new linking order 2014-07-09 11:00:41 +02:00
xtr_dyldcache.mk Initial rework for dyldcache 2016-02-04 15:44:49 +01:00
zimg.mk Added initial zimg support 2015-04-06 22:31:06 -04:00