radare2/libr/core
2017-04-25 18:28:04 +02:00
..
p Fix const sign issue in dex 2017-02-24 02:33:11 +01:00
anal_tp.c enhancing aftm (#6529) 2017-01-18 19:20:47 +02:00
anal_vt.c More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
asm.c More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
blaze.c Improvements in aab 2017-04-15 16:45:16 +02:00
canal.c Fix #6428 - Honor scr.color in ad command 2017-04-16 11:41:27 +02:00
cbin.c Do not format huge sections to avoid major pain in loading times 2017-04-25 18:28:04 +02:00
cconfig.c kill vio 2017-04-24 19:45:33 +00:00
cio.c Fix a bunch of bugs reported by clang-analyzer 2017-04-17 19:59:14 +02:00
cmd_anal.c Fix a bunch of bugs reported by clang-analyzer 2017-04-17 19:59:14 +02:00
cmd_api.c Implement "rabin2 -L [plugin]" and command "iL [plugin]" (#6875) 2017-03-01 20:05:40 +01:00
cmd_cmp.c More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
cmd_debug.c Fix oob read with dbh- command 2017-04-18 19:07:14 +02:00
cmd_egg.c Add gi and ge commands and r2-indent it 2017-03-09 23:43:28 +01:00
cmd_eval.c Fix #7127 2017-03-26 22:29:16 +02:00
cmd_flag.c Add 'fd.' command to find flags without delta 2017-04-14 10:06:06 +02:00
cmd_hash.c Integrate crca in rahash2 and r2 2017-04-11 22:47:16 +02:00
cmd_help.c More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
cmd_info.c izj Documentation Fix #7340 2017-04-21 21:43:26 +02:00
cmd_log.c More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
cmd_macro.c Fix crash in macros 2016-10-18 02:08:53 +02:00
cmd_magic.c Fix #1476: respect search.from and don't seek on /m (#4973) 2016-05-23 11:25:17 +02:00
cmd_meta.c Add CC. help in C? and handle CC.[addr] syntax 2017-03-28 13:07:52 +02:00
cmd_mount.c Initial refactoring of the r_syscmd APIs and begin with binr/r2bb 2017-01-03 03:48:55 +01:00
cmd_open.c Fix incorrect modes various .c files. (#7287) 2017-04-16 10:10:04 +02:00
cmd_print.c Honor midflags in pid and pdi 2017-04-16 11:12:41 +02:00
cmd_project.c Implement Pn+, and fix bugs (thx clang-analyzer) 2017-04-10 00:49:02 +02:00
cmd_quit.c Reorganize string macros 2017-02-06 00:00:03 +01:00
cmd_search_rop.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
cmd_search.c kill vio 2017-04-24 19:45:33 +00:00
cmd_section.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
cmd_seek.c Fix regression in ssr 2017-04-10 16:39:10 +02:00
cmd_type.c Typos in help messages fixed (#7059) 2017-03-18 22:15:57 +01:00
cmd_write.c kill vio 2017-04-24 19:45:33 +00:00
cmd_zign.c Remove r_config dependency from r_anal 2017-04-05 22:54:52 +00:00
cmd.c ~? shows help 2017-04-17 17:15:20 +02:00
core.c Implement reentrant thread locks in RThread and use them in core.cmd() 2017-04-08 00:52:49 +02:00
disasm.c Show string cmt even if \t, \r or \n at start (#7341) 2017-04-23 10:47:24 +02:00
file.c Fix ood symbol rebasing and add obr command 2017-03-18 21:40:01 +01:00
gdiff.c Fix the radiff2 -C MATCH issue, still not perfect but getting in shape 2016-09-22 23:57:16 +02:00
graph.c Fix 3 null derefs and two overflows in java 2017-04-18 01:16:07 +02:00
hack.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
help.c Check for null io in riousedesc() 2017-02-19 00:14:13 +01:00
Jamroot Fix #5924 - r_flags -> r_flag 2016-10-27 01:07:58 +02:00
libs.c More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
linux_heap_glibc.c [linux-heap-glibc] fixed malloc_chunk size (#7278) 2017-04-15 13:04:00 +02:00
log.c Fix #7108 - Implement anal.fcnprefix 2017-03-24 10:46:13 +01:00
Makefile Add Pnx command for project notes (#6779) 2017-02-14 14:52:23 +01:00
panels.c Fix #7108 - Implement anal.fcnprefix 2017-03-24 10:46:13 +01:00
patch.c Reindent a bit more 2016-10-26 23:16:31 +02:00
plugin.c More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
project.c Add arm-ios-{16,32,64} noreturn function types and enhance tail call analysis 2017-04-12 03:16:59 +02:00
pseudo.c Fix #6881 - pDI doesnt exist. just go for pD 2017-03-09 16:16:01 +01:00
rtr.c Retly incremental ports instead of infinite loop in =h& 2017-04-03 23:22:59 +02:00
task.c added r_cons_break_{push/pop} to handle ^C better 2016-11-21 16:56:12 +01:00
vasm.c Fix VA boundaries 2016-11-24 23:37:47 +01:00
visual.c Fix many more clang-analyzer null derefs and overflows 2017-04-18 00:38:24 +02:00
vmarks.c fix visual mark target address (#5637) 2016-08-29 20:20:10 +02:00
vmenus.c Expose class method's flags (#7253) 2017-04-12 02:27:27 +02:00
yank.c Fix #7108 - Implement anal.fcnprefix 2017-03-24 10:46:13 +01:00