radare2/libr/core
2017-05-23 23:54:11 +02:00
..
p Refix mingw32 build 2017-05-10 00:34:05 +02: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 honor noreturn in aab and removed non exact cases from aab (#7575) 2017-05-23 10:13:51 +02:00
canal.c Fix #7480 - do not create dirty files on project load 2017-05-13 02:20:06 +02:00
cbin.c Make anal.strings unset bin.strings and run aar, fix zoom.byte=? 2017-05-22 02:27:33 +02:00
cconfig.c Make anal.strings unset bin.strings and run aar, fix zoom.byte=? 2017-05-22 02:27:33 +02:00
cio.c Fix a bunch of bugs reported by clang-analyzer 2017-04-17 19:59:14 +02:00
cmd_anal.c Fix remaining glitches with recursive help #7528 (#7562) 2017-05-22 02:54:26 +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 Add new trace session format 2017-05-23 19:37:11 +02:00
cmd_egg.c Fix remaining glitches with recursive help #7528 (#7562) 2017-05-22 02:54:26 +02:00
cmd_eval.c Honor color theme in p=, add palette rainbow primitives in RCons 2017-05-18 00:01:16 +02:00
cmd_flag.c Fix remaining glitches with recursive help #7528 (#7562) 2017-05-22 02:54:26 +02:00
cmd_hash.c Add support for #!python -e and other rlang plugins 2017-05-09 02:42:51 +02:00
cmd_help.c Fix cmd_help reading beyond input array for ?O (#7477) 2017-05-11 21:22:53 +02:00
cmd_info.c Add resource support into radare for PE files 2017-05-15 01:00:49 +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 Fix remaining glitches with recursive help #7528 (#7562) 2017-05-22 02:54:26 +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 Check file provided before performing any operation on oc command - #7539 (#7564) 2017-05-23 11:11:59 +02:00
cmd_print.c Fix #7569 - Show comments in pxa too 2017-05-23 15:53:58 +02:00
cmd_project.c Set prj.name before saving a project to save that value correctly (#7485) 2017-05-14 23:17:37 +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 Fix help for /A 2017-05-22 01:08:54 +02:00
cmd_section.c Add S.j command to print current section in JSON (#7490) 2017-05-14 23:16:35 +02:00
cmd_seek.c Fix #7527 - read block after s- and s+ 2017-05-20 13:23:46 +02:00
cmd_type.c Typos in help messages fixed (#7059) 2017-03-18 22:15:57 +01:00
cmd_write.c Fix #7545 - Miss misspelled word in wtf! 2017-05-20 17:31:47 +02:00
cmd_zign.c Fix z regression introduced after refactoring 2017-04-28 17:16:45 +02:00
cmd.c Initial stub for gdbserver support 2017-05-22 19:37:48 +02:00
core.c Honor color theme in p=, add palette rainbow primitives in RCons 2017-05-18 00:01:16 +02:00
disasm.c Optimize asm.slow with bin.relocs 2017-05-23 23:54:11 +02:00
file.c Fix some heap overflows in DEX 2017-05-03 22:04:13 +02: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 Disable callgraph access from visual graph to avoid slow interaction 2017-04-27 12:59:52 +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
libs.c Fix latest covs 2017-05-23 11:24:04 +02:00
linux_heap_glibc.c [linux_heap_glibc] Implemented dynamic global_max_fast resolution (#7512) 2017-05-18 11:56:06 +02:00
log.c Implement cfg.log and cmd.log 2017-05-09 02:58:39 +02:00
Makefile Initial stub for gdbserver support 2017-05-22 19:37:48 +02:00
meson.build Initial stub for gdbserver support 2017-05-22 19:37:48 +02: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 Set prj.name before saving a project to save that value correctly (#7485) 2017-05-14 23:17:37 +02:00
pseudo.c fixed pdc mistake (#7576) 2017-05-23 12:49:56 +02:00
rtr.c Fix latest covs 2017-05-23 11:24:04 +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 stack overflow in a race condition inside V@ 2017-05-17 23:48:05 +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