radare2/libr/core
2018-05-27 15:55:33 +02:00
..
p Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
anal_tp.c Avoid recursion in self nested struct (#10169) 2018-05-24 12:43:57 +08:00
asm.c Improve r_cons_is_breaked coverage 2018-04-25 12:30:57 +02:00
blaze.c Update sdb-1.1.0, update calls to sdb_fmt() 2018-04-10 23:52:47 +02:00
canal.c Fix graph.from graph.to behaviour 2018-05-24 00:15:35 +02:00
carg.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
cbin.c Added import graph; updated ag? help 2018-05-21 01:55:43 +02:00
cconfig.c Fix graph.from graph.to behaviour 2018-05-24 00:15:35 +02:00
cio.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
cmd_anal.c Remove agft tiny graph edges on by default and fix aggt edges (#10167) 2018-05-24 12:18:48 +02:00
cmd_api.c Fix use after free and oobread in pf command (#10098) 2018-05-21 01:59:25 +02:00
cmd_cmp.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
cmd_debug.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
cmd_egg.c Fix more memleaks 2018-03-14 15:31:08 +01:00
cmd_eval.c Fix #10003 - uaf in e??j 2018-05-03 18:55:07 +02:00
cmd_flag.c Fix ft help message and install flag tags file 2018-05-27 15:55:33 +02:00
cmd_hash.c Minor indentation fixes coming from the fix-pipes pr 2018-03-23 15:03:17 +01:00
cmd_help.c Fix ?e 2018-05-10 16:32:46 +02:00
cmd_info.c Add more meaningful help for iO 2018-05-10 15:55:05 +02:00
cmd_log.c Fix JSON output of Lsj (#9641) 2018-03-09 15:16:31 +01:00
cmd_macro.c Fix #7653 - inline macro foreach 2017-10-09 13:31:19 +02:00
cmd_magic.c Make /m create flags 2018-04-24 13:50:09 +02:00
cmd_meta.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
cmd_mount.c WIP: Handle path tab autocompletion in RFShell (#9837) 2018-04-24 13:57:17 +02:00
cmd_open.c Initial work on using idpool+idstorage from RBin + initial new RBin.open() api (#10160) 2018-05-22 17:48:34 +02:00
cmd_print.c Fixed the help of pa? to include paD (#10200) 2018-05-27 15:53:58 +02:00
cmd_project.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
cmd_quit.c Add q!!! command for fast quits 2017-10-11 23:48:48 +02:00
cmd_search_rop.c Make Travis green again 2018-04-09 10:33:57 +02:00
cmd_search.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
cmd_section.c libr: remove some old "mrwx" permissions. m does not exist anymore (#10067) 2018-05-10 20:35:33 +02:00
cmd_seek.c Support 0xff.. syntax for RNum 2018-05-25 16:46:44 +02:00
cmd_type.c [WIP] Support RAnalop.dst/src in all archs (#10185) 2018-05-26 11:42:14 +02:00
cmd_write.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
cmd_zign.c Fix #9244 , Honor anal.in for aab (#9250) 2018-01-27 23:10:02 +01:00
cmd.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
core.c Fix ft help message and install flag tags file 2018-05-27 15:55:33 +02:00
cundo.c Initial import of the CoreUndo API and uc command 2018-03-14 12:12:44 +01:00
disasm.c Fix two gcc7 warnings (uninitialized and stack overflow) 2018-05-26 19:09:21 +02:00
file.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
fortune.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
gdiff.c Added import graph; updated ag? help 2018-05-21 01:55:43 +02:00
graph.c Remove agft tiny graph edges on by default and fix aggt edges (#10167) 2018-05-24 12:18:48 +02:00
hack.c Fix #9964 plus some style while at it (#10040) 2018-05-07 20:02:22 +02:00
libs.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
linux_heap_glibc.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
linux_heap_jemalloc.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
log.c Implement cfg.log and cmd.log 2017-05-09 02:58:39 +02:00
Makefile Initial import of the CoreUndo API and uc command 2018-03-14 12:12:44 +01:00
meson.build Meson: some cleanup (#10076) 2018-05-16 10:24:35 +02:00
panels.c Fixed a small yet kinda significant bug (#10201) 2018-05-27 15:53:04 +02: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 anal/xrefs: single, global xrefs API 2018-05-04 21:40:47 +02:00
pseudo.c asm.fcnlines > asm.lines.fcn (#10140) 2018-05-21 02:01:47 +02:00
rtr.c Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
task.c Add r_th_try_pause() and improve task threading support 2018-04-25 12:30:57 +02:00
vasm.c Fix #7976 - Fix VcjjjA 2017-07-21 19:02:14 +02:00
visual.c Fixed a small yet kinda significant bug (#10201) 2018-05-27 15:53:04 +02:00
vmarks.c
vmenus.c Fixes slow vmenu pds (#10158) 2018-05-22 16:35:02 +02:00
yank.c Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00