..
any.mk
Improved MSVC support (WIP)
2017-05-09 14:25:57 +02: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
bflt.mk
Fix static build
2018-05-20 00:46:18 +02:00
bin_any.c
fix arm32 db/cmd/cmd_open ( #18052 )
2020-12-18 00:38:31 +01:00
bin_art.c
Fix few memory leaks and null dereferences ( #15271 )
2019-10-14 12:47:40 +02:00
bin_avr.c
Multiple refactors in io and util ##io ##util ##refactor
2020-12-13 05:09:13 +01:00
bin_bf.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_bflt.c
Fix ELF R_X86_64_PLT32 relocation entries patching ( #17587 ) ##bin
2020-09-08 09:52:35 +02:00
bin_bios.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_bootimg.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_cgc.c
Completely kill all the check_bytes (-100LOC)
2019-06-02 12:03:44 -04:00
bin_coff.c
Set free method for relocs on mdmp and coff
2021-03-15 06:09:21 +01:00
bin_dbginfo_dex.c
Check for return values in about ~50 method calls ( #17025 )
2020-06-15 11:24:43 +02:00
bin_dbginfo_elf64.c
Check for return values in about ~50 method calls ( #17025 )
2020-06-15 11:24:43 +02:00
bin_dbginfo_elf.c
Check for return values in about ~50 method calls ( #17025 )
2020-06-15 11:24:43 +02:00
bin_dex.c
Fix another bound for dex
2021-05-11 23:41:47 +02:00
bin_dmp64.c
Fix warnings in RBin.{dmp,elf} ( #17865 )
2020-10-28 10:21:07 +01:00
bin_dol.c
Initial working implementation of bin.libs ##bin
2019-07-05 19:03:03 +02:00
bin_dyldcache.c
Honor value_add when estimating dyldcache slide ##bin
2021-04-17 20:14:36 +02:00
bin_elf64.c
Add additional ELF header fields to rz-bin output ( #372 )
2021-01-25 00:34:58 +01:00
bin_elf.c
Add additional ELF header fields to rz-bin output ( #372 )
2021-01-25 00:34:58 +01:00
bin_elf.inc
Use r_bin_import_free() as <free> cb for imports list ( #893 ) ##bin ( #18563 )
2021-04-11 01:49:00 +02:00
bin_fs.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_java.c
Fix a Double Free for Dex ( Fix #15519 ) ( #15521 )
2019-11-28 13:36:30 +01:00
bin_ldr_linux.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_le.c
Multiple refactors in io and util ##io ##util ##refactor
2020-12-13 05:09:13 +01:00
bin_mach0.c
Fix #18667 - division by zero in the macho parser ##bin
2021-05-07 18:44:49 +02:00
bin_mach064.c
Fix #15445 - Add support for Mach-O external relocs ##bin ( #15445 )
2019-11-11 21:55:06 +01:00
bin_mbn.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_mdmp.c
Use r_bin_import_free() as <free> cb for imports list ( #893 ) ##bin ( #18563 )
2021-04-11 01:49:00 +02:00
bin_menuet.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_mz.c
Fix new exe header detection for MZ ##bin
2019-07-05 11:41:57 +02:00
bin_ne.c
Initial implementation of LX/LE file plugin ##bin
2019-12-28 18:46:14 +01:00
bin_nes.c
Multiple refactors in io and util ##io ##util ##refactor
2020-12-13 05:09:13 +01:00
bin_nin3ds.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_ninds.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_ningb.c
r_list_new() -> r_list_new ()
2019-11-10 14:06:02 +08:00
bin_ningba.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_nro.c
Use r_bin_import_free() as <free> cb for imports list ( #893 ) ##bin ( #18563 )
2021-04-11 01:49:00 +02:00
bin_nso.c
Use (void) instead of () in function signatures ( #17026 ) ##refactoring
2020-06-14 16:08:32 +02:00
bin_omf.c
Replace r_str_const* with RStrConstPool ( #15300 )
2019-10-20 12:31:45 +02:00
bin_p9.c
Remove the check_bytes and more bin-buf refactoring ##bin
2019-07-01 23:01:25 +02:00
bin_pe64.c
Fix formatting warnings for sdb_fmt() ##refactor
2020-11-12 15:14:42 +08:00
bin_pe.c
Refactor r_bin file hashes
2020-02-21 23:58:47 +01:00
bin_pe.inc
Use r_bin_import_free() as <free> cb for imports list ( #893 ) ##bin ( #18563 )
2021-04-11 01:49:00 +02:00
bin_pebble.c
More spelling fixes in the code
2019-06-20 13:36:02 +08:00
bin_prg.c
Add support for C64 PRG fileformat ##bin ( #15448 )
2019-11-11 21:54:46 +01:00
bin_psxexe.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_pyc.c
Fix #18679 - UAF when parsing corrupted pyc files ##bin
2021-05-11 23:54:01 +02:00
bin_qnx.c
Variadic argument fixes
2020-11-10 11:11:45 +08:00
bin_sfc.c
Multiple refactors in io and util ##io ##util ##refactor
2020-12-13 05:09:13 +01:00
bin_smd.c
Fix oobread bug in r_str_(ndup|nlen) APIs spotted by ASAN in SMD parser ##bin
2021-03-15 12:26:01 +01:00
bin_sms.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_symbols.c
Add Support for new CoreSymbolication element format ##bin ( #18392 )
2021-03-01 10:44:44 +01:00
bin_te.c
Initial implementation of LX/LE file plugin ##bin
2019-12-28 18:46:14 +01:00
bin_vsf.c
r_list_new() -> r_list_new ()
2019-11-10 14:06:02 +08:00
bin_wad.c
Fix/minor fixes to wad plugin ( #18709 )
2021-05-19 17:43:34 +02:00
bin_wasm.c
Use r_bin_import_free() as <free> cb for imports list ( #893 ) ##bin ( #18563 )
2021-04-11 01:49:00 +02:00
bin_write_elf64.c
Extract bin_write_elf.c common parts to bin_write_elf.inc
2018-08-24 15:57:05 +02:00
bin_write_elf.c
Completely eliminate the bytes apis in RBin ##bin
2019-05-27 18:18:01 +02:00
bin_write_elf.inc
Fix #16265 - Segfault in rabin2 -O e/123 with ELF ##bin
2020-03-23 02:08:17 +01:00
bin_write_mach0.c
Initial cleanup in RParse, delete mreplace plugin ##disasm
2019-06-17 02:23:58 +02:00
bin_write_mach064.c
Add dummy work for mach0 in rabin2 -O
2016-04-07 15:42:06 +02:00
bin_write_pe64.c
Support writing PE32/PE32+ section permissions ( #7058 )
2017-03-19 01:27:24 +01:00
bin_write_pe.c
Completely eliminate the bytes apis in RBin ##bin
2019-05-27 18:18:01 +02:00
bin_xbe.c
Fix XBE format symbol name lookup ##bin ( #17841 )
2020-10-26 13:55:39 +08:00
bin_xnu_kernelcache.c
Fix last covs I got by mail ( #18531 )
2021-04-03 03:50:08 +02:00
bin_xtr_dyldcache.c
More code cleanup in RBin ( #14473 )
2019-07-03 01:21:41 +02:00
bin_xtr_fatmach0.c
Fix null deref in fuzzed xtr after 080bf4918c
( #17602 )
2020-09-06 14:28:09 +02:00
bin_xtr_pemixed.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_xtr_sep64.c
Add 64-bit iOS SEP xtr plugin ##bin
2019-12-13 15:49:35 +01:00
bin_z64.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02:00
bin_zimg.c
s/CORELIB/R2_PLUGIN_INCORE/g ( #14295 )
2019-06-13 19:12:51 +02: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 debug info support for Dalvik ( #6570 )
2017-01-24 18:51:27 +01:00
dmp64.mk
Add Windows Crash Dump format support ( #16087 ) ##bin
2020-03-02 19:20:27 +01:00
dol.mk
Improved MSVC support (WIP)
2017-05-09 14:25:57 +02:00
dyldcache.mk
Initial draft implementation of the loader plugins for RBin
2018-01-07 21:54:41 +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
fs.mk
Fixes for the new linking order
2014-07-09 11:00:41 +02:00
java.mk
Add --with-libr and deprecate --with-{nonpic,pic,merged} ( #10212 )
2018-05-28 17:14:49 +02:00
ldr_linux.mk
Initial draft implementation of the loader plugins for RBin
2018-01-07 21:54:41 +01:00
le.mk
Initial implementation of LX/LE file plugin ##bin
2019-12-28 18:46:14 +01:00
mach0.mk
Add magic signatures for llvm bitcode and xcode symbols
2018-11-08 17:29:43 +01:00
mach064.mk
Add dummy work for mach0 in rabin2 -O
2016-04-07 15:42:06 +02:00
Makefile
Move spc700 asm,bin plugins to radare2-extras ##asm ( #17762 )
2020-10-10 12:11:29 +08:00
mbn.mk
Fix #5158 - Merge r_db into r_util
2016-06-17 12:19:16 +02:00
mdmp.mk
mdmp: moved mdmp to the core from r2-extras
2017-10-26 11:25:11 +02:00
menuet.mk
Add bin.menuet plugin
2016-11-03 23:43:30 +01:00
mz.mk
Rewrite MZ bin plugin
2015-06-08 22:18:21 +02:00
ne.mk
Initial implementation of NE file format ( #14573 )
2019-07-17 17:57:50 +08:00
nes.mk
Initial support for NES file
2015-09-20 20:10:03 +02:00
nin3ds.mk
Improved MSVC support (WIP)
2017-05-09 14:25:57 +02:00
ninds.mk
Improved MSVC support (WIP)
2017-05-09 14:25:57 +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
nro.mk
Initial support for the NRO Nintendo Switch binaries
2017-03-14 20:02:59 +01:00
nso.mk
Parse symbols and imports for the NSO file format ( #10012 )
2018-05-04 19:40:00 +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
Support writing PE32/PE32+ section permissions ( #7058 )
2017-03-19 01:27:24 +01:00
pe.mk
Do not build the .net thing
2017-12-24 19:47:17 +01:00
pebble.mk
Fix some PE crashes
2014-12-11 02:08:29 +01:00
prg.mk
Add support for C64 PRG fileformat ##bin ( #15448 )
2019-11-11 21:54:46 +01:00
psxexe.mk
Initial PSX Executable Support
2015-11-23 20:56:19 +01:00
pyc.mk
Add Python bytecode plugins ( #16771 )
2020-05-13 10:37:09 +08:00
qnx.mk
Add initial support for QNX executables ##bin
2019-03-05 20:27:43 +01:00
sfc.mk
Implemented a sort-of-working SNES/SFC file format
2017-04-17 23:14:42 +02: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
symbols.mk
Improve Xcode symbols parser ##bin
2020-05-17 21:05:37 +02:00
te.mk
Fix #5158 - Merge r_db into r_util
2016-06-17 12:19:16 +02:00
vsf.mk
Removed unneeded message from build system ( #7478 )
2017-05-11 21:06:01 +02:00
wad.mk
Add WAD file parsing ( #18659 ) ##bin
2021-05-18 18:06:40 +02:00
wasm.mk
WASM bin initial support ( #7220 )
2017-04-09 00:53:35 +02:00
xbe.mk
Fixes for the new linking order
2014-07-09 11:00:41 +02:00
xnu_kernelcache.mk
Move yxml into shlr ( #16799 )
2020-05-12 11:58:10 +02:00
xtr_dyldcache.mk
Initial rework for dyldcache
2016-02-04 15:44:49 +01:00
xtr_fatmach0.mk
Initial draft implementation of the loader plugins for RBin
2018-01-07 21:54:41 +01:00
xtr_pemixed.mk
Add pemixed plugin
2018-08-06 01:22:11 +02:00
xtr_sep64.mk
Add 64-bit iOS SEP xtr plugin ##bin
2019-12-13 15:49:35 +01:00
z64.mk
add n64 (z64 format) loader ( #9142 )
2018-01-06 16:33:49 -08:00
zimg.mk
Added initial zimg support
2015-04-06 22:31:06 -04:00