.. |
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
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
bin_art.c
|
Fix few memory leaks and null dereferences (#15271)
|
2019-10-14 12:47:40 +02:00 |
bin_avr.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02: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
|
Avoid sdb double headers (#17249) ##build
|
2020-07-21 10:28:43 +02: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 latest COVs, remove dead code and unnecessary global variables (#17231)
|
2020-07-22 19:37:31 +08:00 |
bin_dmp64.c
|
Add Windows Crash Dump format support (#16087) ##bin
|
2020-03-02 19:20:27 +01:00 |
bin_dol.c
|
Initial working implementation of bin.libs ##bin
|
2019-07-05 19:03:03 +02:00 |
bin_dyldcache.c
|
Support iOS 14.x dyld shared cache ##bin
|
2020-09-13 22:36:38 +02:00 |
bin_elf64.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
bin_elf.c
|
Cleanup the ELF parser code a bit ##bin (#17188)
|
2020-07-10 13:40:15 +08:00 |
bin_elf.inc
|
Set asm.cpu for mips.gnu derived from the ISA defined in the ELF ##bin (#17555)
|
2020-09-21 16:58:07 +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
|
Fix some out of bounds and null pointers in LE (#15895) ##bin
|
2020-01-26 16:19:04 +01:00 |
bin_mach0.c
|
Avoid sdb double headers (#17249) ##build
|
2020-07-21 10:28:43 +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
|
Some Coverity defect fixes (#15626)
|
2019-12-13 11:25:19 -06: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
|
r_list_new() -> r_list_new ()
|
2019-11-10 14:06:02 +08: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
|
Minor Fixes and Tests for NSO/NRO (#16053) ##bin
|
2020-02-26 11:18:10 +01: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 the last 2 covs on pe64 (#17157)
|
2020-06-27 22:43:14 +02:00 |
bin_pe.c
|
Refactor r_bin file hashes
|
2020-02-21 23:58:47 +01:00 |
bin_pe.inc
|
Add default_cc to RBinInfo (#16773)
|
2020-05-06 12:00:46 +08: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 c99 construct for pyc (#16850)
|
2020-05-19 11:50:49 +08:00 |
bin_qnx.c
|
Some more coverity fixes (#15802)
|
2020-01-14 12:57:34 +01:00 |
bin_sfc.c
|
r_list_new() -> r_list_new ()
|
2019-11-10 14:06:02 +08:00 |
bin_smd.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
bin_sms.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
bin_spc700.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
bin_symbols.c
|
Avoid sdb double headers (#17249) ##build
|
2020-07-21 10:28:43 +02: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_wasm.c
|
Improve realname support for symbols (#15702) ##bin
|
2020-01-12 03:09:12 +01: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
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
bin_xnu_kernelcache.c
|
Add support for new macOS kernelcache ##bin
|
2020-09-13 22:36:38 +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
|
Add Windows Crash Dump format support (#16087) ##bin
|
2020-03-02 19:20:27 +01: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 |
spc700.mk
|
Various static and iOS related build issues are now fixed
|
2015-12-28 02:01:45 +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 |
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 |