.. |
any.mk
|
|
|
art.mk
|
|
|
avr.mk
|
|
|
bf.mk
|
|
|
bflt.mk
|
|
|
bin_any.c
|
Remove R_EMPTY and R_EMPTY2
|
2022-03-13 11:26:10 +01:00 |
bin_art.c
|
Introduce r_strf and stop using sdb_fmt ##util
|
2022-01-18 18:35:31 +01:00 |
bin_avr.c
|
Mark more globals as TLS (#20289)
|
2022-06-14 12:55:40 +02:00 |
bin_bf.c
|
Improve brainfuck detection to reduce false positives ##bin
|
2022-09-26 17:11:13 +02:00 |
bin_bflt.c
|
Many indentation style fixes
|
2021-11-18 10:43:52 +01:00 |
bin_bios.c
|
Allow RBinPlugins to use RBinFile at check() ##bin
|
2021-08-01 12:39:51 +02:00 |
bin_bootimg.c
|
Allow RBinPlugins to use RBinFile at check() ##bin
|
2021-08-01 12:39:51 +02:00 |
bin_cgc.c
|
Replace some instances of eprintf with R_LOG_
|
2022-06-28 02:49:42 +02:00 |
bin_coff.c
|
Update sdb to remove double include paths ##build
|
2022-11-19 01:05:18 +01:00 |
bin_dbginfo_dex.c
|
Update to the latest SDB that's changing the sdb_itoa() signature
|
2022-09-18 20:38:58 +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
|
Update to the latest SDB that's changing the sdb_itoa() signature
|
2022-09-18 20:38:58 +02:00 |
bin_dex.c
|
Fix #14540 - klass->super must be an RList instead of char* ##bin
|
2022-11-21 19:26:29 +01:00 |
bin_dmp64.c
|
Allow RBinPlugins to use RBinFile at check() ##bin
|
2021-08-01 12:39:51 +02:00 |
bin_dol.c
|
Enable the leading spaces linter rule and fix them all ##lint
|
2022-09-24 03:43:21 +02:00 |
bin_dyldcache.c
|
Update sdb to remove double include paths ##build
|
2022-11-19 01:05:18 +01:00 |
bin_elf64.c
|
Replace some instances of eprintf with R_LOG_
|
2022-06-28 02:49:42 +02:00 |
bin_elf.c
|
Remove asm.features, improve RBinInfo with flags and abi details ##bin
|
2022-09-26 19:22:42 +02:00 |
bin_elf.inc
|
Update sdb to remove double include paths ##build
|
2022-11-19 01:05:18 +01:00 |
bin_fs.c
|
Change build order as long as now bin depends on fs ##build
|
2022-09-15 00:23:21 +02:00 |
bin_hunk.c
|
Initial implementation of the HUNK file parser ##bin
|
2021-09-29 12:34:44 +02:00 |
bin_java.c
|
R_BIN_NM -> R_BIN_LANG ##api
|
2022-10-07 16:17:28 +02:00 |
bin_ldr_linux.c
|
s/CORELIB/R2_PLUGIN_INCORE/g (#14295)
|
2019-06-13 19:12:51 +02:00 |
bin_le.c
|
Reduce symbol visibility in the LE plugin
|
2022-08-18 20:36:19 +02:00 |
bin_mach0.c
|
Update sdb to remove double include paths ##build
|
2022-11-19 01:05:18 +01:00 |
bin_mach064.c
|
Add =0 and =1 lintings
|
2022-08-18 13:58:40 +02:00 |
bin_mbn.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_mdmp.c
|
Add lint for ';;$' and remove strncmp from io plugins
|
2022-08-18 00:11:36 +02:00 |
bin_menuet.c
|
Enable the leading spaces linter rule and fix them all ##lint
|
2022-09-24 03:43:21 +02:00 |
bin_msx.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_mz.c
|
Fix #19043 - Fix loading MZ with text < bsize aka 1byte ##bin (#19115)
|
2021-09-20 00:20:35 +02:00 |
bin_ne.c
|
BinNE plugin delegates should be static
|
2022-01-13 18:15:13 +01:00 |
bin_nes.c
|
Refactor a few eprintf to R_LOG_ERROR ##refactor
|
2022-08-01 00:21:21 +02:00 |
bin_nin3ds.c
|
Allow RBinPlugins to use RBinFile at check() ##bin
|
2021-08-01 12:39:51 +02:00 |
bin_ninds.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_ningb.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_ningba.c
|
Fix static/R_API function definition formatting
|
2021-12-21 20:58:12 +01:00 |
bin_nro.c
|
Refactor a few eprintf to R_LOG_ERROR ##refactor
|
2022-08-01 00:21:21 +02:00 |
bin_nso.c
|
Dont use != NULL as its implicit in C, even for bool casts ##refactor
|
2022-03-15 19:54:04 +01:00 |
bin_off.c
|
Introduce r_strf and stop using sdb_fmt ##util
|
2022-01-18 18:35:31 +01:00 |
bin_omf.c
|
Dont use != NULL as its implicit in C, even for bool casts ##refactor
|
2022-03-15 19:54:04 +01:00 |
bin_p9.c
|
Support loading Plan 9 kernels ##bin
|
2022-11-15 07:01:47 +01:00 |
bin_pe64.c
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
bin_pe.c
|
Prefer _tostring() instead of _to_string() ##api
|
2022-10-24 20:59:18 +02:00 |
bin_pe.inc
|
Expose section type for coff, elf and macho formats ##bin
|
2022-11-11 16:27:52 +01:00 |
bin_pebble.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_prg.c
|
Allow RBinPlugins to use RBinFile at check() ##bin
|
2021-08-01 12:39:51 +02:00 |
bin_psxexe.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_pyc.c
|
Mark more globals as TLS (#20289)
|
2022-06-14 12:55:40 +02:00 |
bin_qnx.c
|
Parse the PT_DYNAMIC elf section for the preinit pointers ##bin
|
2022-11-11 03:04:46 +01:00 |
bin_rel.c
|
Prefer _tostring() instead of _to_string() ##api
|
2022-10-24 20:59:18 +02:00 |
bin_s390.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_sfc.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_smd.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_sms.c
|
Remove globals in bin.sms ##globals
|
2022-09-10 11:11:43 +02:00 |
bin_symbols.c
|
Update sdb to remove double include paths ##build
|
2022-11-19 01:05:18 +01:00 |
bin_te.c
|
Use more R_LOG instead of eprintfs and add more linting checks ##refactor
|
2022-06-28 11:24:06 +02:00 |
bin_tic.c
|
Use more R_LOG in rbin
|
2022-08-22 22:59:00 +02:00 |
bin_vsf.c
|
Balance spacings in braces ##indent
|
2022-10-13 21:21:34 +02:00 |
bin_wad.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_wasm.c
|
Rename RVector.len to RVector.length for consistency ##api
|
2022-11-06 19:48:53 +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
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
bin_write_mach064.c
|
|
|
bin_write_pe64.c
|
|
|
bin_write_pe.c
|
Completely eliminate the bytes apis in RBin ##bin
|
2019-05-27 18:18:01 +02:00 |
bin_xbe.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_xnu_kernelcache.c
|
Internal cleanup of asm.c, deprecate the disassembly callback ##asm
|
2022-11-17 12:07:08 +01:00 |
bin_xtr_dyldcache.c
|
Add bin.xtr.xalz plugin using the new loadbuf field ##bin
|
2022-05-16 12:28:49 +02:00 |
bin_xtr_fatmach0.c
|
Fix last covs and support mount in ms ##fs
|
2022-07-08 09:51:21 +02:00 |
bin_xtr_pemixed.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bin_xtr_sep64.c
|
Dont use != NULL as its implicit in C, even for bool casts ##refactor
|
2022-03-15 19:54:04 +01:00 |
bin_xtr_xalz.c
|
Fix #20354
|
2022-06-25 17:08:10 +02:00 |
bin_z64.c
|
Enable the leading spaces linter rule and fix them all ##lint
|
2022-09-24 03:43:21 +02:00 |
bin_zimg.c
|
More source spacing linting
|
2022-08-18 14:37:29 +02:00 |
bios.mk
|
|
|
bootimg.mk
|
|
|
cgc.mk
|
|
|
coff.mk
|
|
|
dex.mk
|
|
|
dmp64.mk
|
Add Windows Crash Dump format support (#16087) ##bin
|
2020-03-02 19:20:27 +01:00 |
dol.mk
|
|
|
dyldcache.mk
|
|
|
elf64.mk
|
|
|
elf.mk
|
|
|
fs.mk
|
|
|
hunk.mk
|
Initial implementation of the HUNK file parser ##bin
|
2021-09-29 12:34:44 +02:00 |
java.mk
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +01:00 |
ldr_linux.mk
|
|
|
le.mk
|
Initial implementation of LX/LE file plugin ##bin
|
2019-12-28 18:46:14 +01:00 |
mach0.mk
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +01:00 |
mach064.mk
|
|
|
Makefile
|
Add support for REL file format plugin ##bin
|
2022-08-19 13:38:29 +02:00 |
mbn.mk
|
|
|
mdmp.mk
|
|
|
menuet.mk
|
|
|
msx.mk
|
Add MSX rom/bin parser plugin and test ##bin
|
2021-10-20 11:55:50 +02:00 |
mz.mk
|
|
|
ne.mk
|
Initial implementation of NE file format (#14573)
|
2019-07-17 17:57:50 +08:00 |
nes.mk
|
|
|
nin3ds.mk
|
|
|
ninds.mk
|
|
|
ningb.mk
|
|
|
ningba.mk
|
|
|
nro.mk
|
|
|
nso.mk
|
New r_inflate_lz4 API to reuse LZ4 across all libs ##api
|
2022-02-10 19:59:17 +01:00 |
off.mk
|
Add initial toy IBM S390 Object File Format parser ##bin (#18747)
|
2021-05-24 21:17:13 +02:00 |
omf.mk
|
|
|
p9.mk
|
|
|
pe64.mk
|
|
|
pe.mk
|
|
|
pebble.mk
|
|
|
prg.mk
|
Add support for C64 PRG fileformat ##bin (#15448)
|
2019-11-11 21:54:46 +01:00 |
psxexe.mk
|
|
|
pyc.mk
|
Add Python bytecode plugins (#16771)
|
2020-05-13 10:37:09 +08:00 |
qnx.mk
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +01:00 |
rel.mk
|
Add support for REL file format plugin ##bin
|
2022-08-19 13:38:29 +02:00 |
s390.mk
|
Initial import of the bin.s390 plugin ##bin
|
2022-05-09 00:55:01 +02:00 |
sfc.mk
|
|
|
smd.mk
|
|
|
sms.mk
|
|
|
symbols.mk
|
Remove trailing spaces (#19460)
|
2021-12-02 17:39:59 +01:00 |
te.mk
|
|
|
tic.mk
|
Initial support for the TIC-80 Fantasy Computer cartridges ##bin
|
2021-07-31 02:52:26 +02:00 |
vsf.mk
|
|
|
wad.mk
|
Add WAD file parsing (#18659) ##bin
|
2021-05-18 18:06:40 +02:00 |
wasm.mk
|
|
|
xbe.mk
|
|
|
xnu_kernelcache.mk
|
shlr/yxml -> libr/util/rxml - fork the abandoned yxml parser and expose it ##util
|
2022-10-10 12:33:43 +02:00 |
xtr_dyldcache.mk
|
|
|
xtr_fatmach0.mk
|
|
|
xtr_pemixed.mk
|
|
|
xtr_sep64.mk
|
Add 64-bit iOS SEP xtr plugin ##bin
|
2019-12-13 15:49:35 +01:00 |
xtr_xalz.mk
|
Add bin.xtr.xalz plugin using the new loadbuf field ##bin
|
2022-05-16 12:28:49 +02:00 |
z64.mk
|
|
|
zimg.mk
|
|
|