radare2/libr/core
2018-03-08 22:05:05 +08:00
..
p Don't try to build shared libraries if configured as --without-pic. 2018-01-11 23:09:22 +01:00
anal_tp.c call r_cons_break_pop after r_cons_break_push in a loop, avoiding leaks and the infinite loop (issue #8709) (#8711) 2017-10-19 18:37:25 +02:00
anal_vt.c Fix out of bounds write in vtables (#9571) 2018-03-04 00:43:44 +01:00
asm.c Fix #9060 - base64 encode strings in pfj s 2017-12-22 12:15:51 +01:00
blaze.c Handle anal.nopskip in aab (#9619) 2018-03-07 11:03:17 +01:00
canal.c Fix conditional around r_debug_kill 2018-02-27 18:40:15 +01:00
carg.c Intial implementation of function call argument display (#9411) 2018-02-22 13:21:40 +08:00
cbin.c izj-type cmds: fixed spurious initial comma when using string filtering 2018-03-05 17:01:21 +08:00
cconfig.c Fix #9612 - Skip dummy nodes in graph navigation (#9622) 2018-03-07 22:14:12 +01:00
cio.c Report error if write fails. (#9416) 2018-02-17 19:05:04 -06:00
cmd_anal.c Moved init of core->anal->read_at into r_core_init() 2018-03-08 22:05:05 +08:00
cmd_api.c Fix almost all warnings from the msvc build 2017-12-19 00:18:39 +01:00
cmd_cmp.c Reduce core->block and improve cmd_cmp.c help (#9456) 2018-02-23 16:09:47 +01:00
cmd_debug.c Fix dbtj json output 2018-03-03 19:38:27 +01:00
cmd_egg.c Fix compilation warnings on Linux 2018-02-09 18:45:54 +01:00
cmd_eval.c Fix: ed works when no r2rc exists, add RFile.touch() and fix .dump() 2018-03-07 01:20:06 +01:00
cmd_flag.c Fix #9470, fix fd. to print all flags at given offset (#9504) 2018-02-25 10:31:33 +01:00
cmd_hash.c r_str_chop -> r_str_trim 2018-01-08 03:22:26 +01:00
cmd_help.c Fix #9549 - Make @@@ work, add better help, use single char operators 2018-03-02 18:58:14 +01:00
cmd_info.c izz/izzj works with -n without using rabin2 (#9561) 2018-03-04 22:04:56 +01:00
cmd_log.c Fix #8314 2017-11-22 15:25:34 +01:00
cmd_macro.c Fix #7653 - inline macro foreach 2017-10-09 13:31:19 +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 r_str_chop_ro, r_str_trim_const -> r_str_trim_ro 2018-01-08 03:29:29 +01:00
cmd_mount.c r_str_ansi_chop -> r_str_ansi_trim, r_str_chop_path -> r_str_trim_path 2018-01-08 03:33:01 +01:00
cmd_open.c Normalize usage output for some o commands (#9562) 2018-03-03 17:06:06 +01:00
cmd_print.c Fixes from JMPTBL PR from Alvaro (#9614) 2018-03-07 11:26:31 +01:00
cmd_project.c Use RList for cmd_descriptors, make it a member of RCore (#8034) 2017-07-27 14:52:17 +02:00
cmd_quit.c Add q!!! command for fast quits 2017-10-11 23:48:48 +02:00
cmd_search_rop.c Fix typo 2018-01-19 15:56:17 +01:00
cmd_search.c Add a warning if no section is executable when using aap (#9367) 2018-02-11 20:47:57 +01:00
cmd_section.c r_str_chop -> r_str_trim 2018-01-08 03:22:26 +01:00
cmd_seek.c Fix s-1 regression 2018-02-09 23:36:52 +01:00
cmd_type.c Fix segfault in tj if size is not in sdb (#9400) 2018-02-15 07:40:29 -06:00
cmd_write.c Add wfs and wff, and help for wf? 2018-03-07 10:55:45 +01:00
cmd_zign.c Fix #9244 , Honor anal.in for aab (#9250) 2018-01-27 23:10:02 +01:00
cmd.c Fix tmpseek in visual with asm.emu (#9585) 2018-03-05 11:22:43 +01:00
core.c Moved init of core->anal->read_at into r_core_init() 2018-03-08 22:05:05 +08:00
disasm.c Remove asm.bbinfo 2018-03-05 18:33:16 +01:00
file.c Fix segfault caused by NULL deref via oom;io 2018-02-22 16:24:16 +01:00
fortune.c Initial purge of R2_PREFIX towards dir.prefix 2018-01-16 11:13:21 +01:00
gdiff.c Fix #9042 - Remove spaces from delta flags in ax 2017-12-22 15:56:34 +01:00
graph.c Fix #9612 - Skip dummy nodes in graph navigation (#9622) 2018-03-07 22:14:12 +01:00
hack.c Implement @B: to temporary seek to the Nth BB instruction (negative offsets too) and make it into VV( 2018-02-22 16:07:20 +01:00
libs.c Fix invalid free with rust core plugin (wip) 2017-09-25 16:05:42 +02:00
linux_heap_glibc.c Fix #9612 - Skip dummy nodes in graph navigation (#9622) 2018-03-07 22:14:12 +01:00
linux_heap_jemalloc.c Fix #7711 - Bad pointer arithmetics in jemalloc parser 2017-11-26 23:16:38 +01:00
log.c Implement cfg.log and cmd.log 2017-05-09 02:58:39 +02:00
Makefile Intial implementation of function call argument display (#9411) 2018-02-22 13:21:40 +08:00
meson.build Fix meson indentation (#9567) 2018-03-03 22:08:37 +01:00
panels.c Partially enable utf8 in visual panels and honor color theme 2018-03-05 23:32:27 +01:00
patch.c Fix more coverities 2017-10-02 21:31:31 +08:00
plugin.c Initial purge of R2_PREFIX towards dir.prefix 2018-01-16 11:13:21 +01:00
project.c Remove project directory if empty with P- 2018-03-05 12:11:54 +01:00
pseudo.c Refactoring asm.cmt* and scr.* 2018-02-22 17:59:08 +01:00
rtr.c Add tcp.islocal to rtr (#9508) 2018-02-27 13:11:26 +01:00
task.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
vasm.c Fix #7976 - Fix VcjjjA 2017-07-21 19:02:14 +02:00
visual.c Fix #9541 - VC rotates scr.color instead of toggling 2018-03-02 17:58:44 +01:00
vmarks.c fix visual mark target address (#5637) 2016-08-29 20:20:10 +02:00
vmenus.c Fix fg+background colors handling 2018-02-24 19:14:55 +01:00
yank.c Fix #8388 - Replace RIOMap::{from,to} with RAddrInterval itv. 2017-09-14 12:40:22 +02:00