radare2/libr/core
2017-07-26 17:13:54 +02:00
..
p Refix mingw32 build 2017-05-10 00:34:05 +02:00
anal_tp.c Fix memory leaks in libr/anal (#7992) 2017-07-24 09:42:15 +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 Handle ^C in aab and abb 2017-07-10 22:45:24 +02:00
canal.c Do not show empty objects in afij 2017-07-17 12:58:48 +02:00
cbin.c Fix MZ and PE endian & UBSAN issues 2017-07-26 20:54:52 +08:00
cconfig.c Suppress warnings in cmd.c and remove unused functions in cmd_{anal,print}.c (#8024) 2017-07-26 13:03:52 +08:00
cio.c Replace dh for dL (#7682) 2017-06-05 14:45:45 +02:00
cmd_anal.c Fix a little bug with log output (#8029) 2017-07-26 11:52:51 +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 d commands: move help_msg_*[] arrays to top (#8016) 2017-07-26 17:13:33 +02:00
cmd_egg.c Fix remaining glitches with recursive help #7528 (#7562) 2017-05-22 02:54:26 +02:00
cmd_eval.c e commands: move help_msg_*[] arrays to top (#8010) 2017-07-26 16:06:08 +02:00
cmd_flag.c f commands: move help_msg_*[] arrays to top (#8013) 2017-07-26 15:14:06 +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 Add $Fj and $Ff in ?$ and update s? help msg 2017-07-18 02:06:19 +02:00
cmd_info.c i commands: move help_msg_*[] arrays to top (#8011) 2017-07-26 15:45:42 +02:00
cmd_log.c L/T commands: move help_msg_*[] arrays to top (#8021) 2017-07-26 15:08:48 +02:00
cmd_macro.c Fix crash in macros 2016-10-18 02:08:53 +02:00
cmd_magic.c
cmd_meta.c C commands: move help_msg_*[] arrays to top (#8020) 2017-07-26 15:09:39 +02:00
cmd_mount.c m commands: move help_msg_*[] arrays to top (#8022) 2017-07-26 13:23:12 +02:00
cmd_open.c Added loading of offsets 2017-06-14 15:38:10 +02:00
cmd_print.c Suppress warnings in cmd.c and remove unused functions in cmd_{anal,print}.c (#8024) 2017-07-26 13:03:52 +08:00
cmd_project.c P commands: move help_msg_*[] arrays to top (#8009) 2017-07-26 15:15:54 +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 / commands: move help_msg_*[] arrays to top (#8017) 2017-07-26 15:12:19 +02:00
cmd_section.c S commands: move help_msg_*[] arrays to top (#8014) 2017-07-26 15:46:38 +02:00
cmd_seek.c s commands: move help_msg_*[] arrays to top (#8012) 2017-07-26 15:15:13 +02:00
cmd_type.c Initial implementation of tc to manipulate calling conventions 2017-07-21 17:42:47 +02:00
cmd_write.c w commands: move const char help_msg_*[] arrays to top. (#8003) 2017-07-26 17:13:54 +02:00
cmd_zign.c z commands: move help_msg_*[] arrays to top (#8019) 2017-07-26 15:53:20 +02:00
cmd.c w commands: move const char help_msg_*[] arrays to top. (#8003) 2017-07-26 17:13:54 +02:00
core.c Coverifixes (#8026) 2017-07-26 14:41:03 +08:00
disasm.c asm.strenc code cleanup (#8001) 2017-07-24 17:17:24 +02:00
file.c fix for #7907 (#7923) 2017-07-14 16:38:27 +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 Aim to fix last regressions 2017-07-18 15:46:30 +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 Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
linux_heap_glibc.c Honor the config in mmap graph 2017-07-18 18:37:11 +08: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 support for static build (#7822) 2017-06-28 22:54:40 +02:00
panels.c Fix #7108 - Implement anal.fcnprefix 2017-03-24 10:46:13 +01:00
patch.c added v modifier to rapatch similar to wv (#7806) 2017-06-22 20:29:10 -05:00
plugin.c Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
project.c Add file.lastpath to fix regression in projects using malloc:// 2017-05-29 14:02:50 +02:00
pseudo.c fixed pdc mistake (#7576) 2017-05-23 12:49:56 +02:00
rtr.c Coverifixes (#8026) 2017-07-26 14:41:03 +08:00
task.c added r_cons_break_{push/pop} to handle ^C better 2016-11-21 16:56:12 +01:00
vasm.c Fix #7976 - Fix VcjjjA 2017-07-21 19:02:14 +02:00
visual.c Fix build 2017-07-02 23:39:30 +02:00
vmarks.c fix visual mark target address (#5637) 2016-08-29 20:20:10 +02:00
vmenus.c Fix define visual array of data issue Vcjjjd[bBwW] 2017-07-18 02:15:49 +02:00
yank.c Fix hexdump offset in zoom mode 2017-06-06 10:45:01 +02:00