radare2/libr/core
2018-07-30 18:49:37 +02:00
..
p Honor op mask in r_core_anal_op 2018-06-10 03:17:33 +02:00
anal_tp.c Fix few minor issues 2018-07-24 11:33:08 +08:00
asm.c Refactor code to change R_ANAL_OP_MASK_ALL to appropriate value 2018-05-31 19:05:54 +02:00
blaze.c Honor op mask in r_core_anal_op 2018-06-10 03:17:33 +02:00
canal.c Fix #10770 - Only gather function metadata for afll and aflj 2018-07-19 11:49:58 +02:00
carg.c Honor op mask in r_core_anal_op 2018-06-10 03:17:33 +02:00
cbin.c Add profile to specify format specifications for different programming languages/compiler 2018-07-23 11:18:12 +08:00
cconfig.c Add '#' key to toggle graph hints 2018-07-29 12:48:15 +08: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 Fix aecs and added aecc (continue until call) 2018-07-27 20:10:35 +01:00
cmd_api.c s/deinit/fini/g 2018-05-27 15:55:33 +02:00
cmd_cmp.c Add r_core_bind_cons() (#10715) 2018-07-12 15:32:42 +02:00
cmd_debug.c Increased dsf step limit, which prevented sucessfull stepping out (#10828) 2018-07-27 20:00:48 +01:00
cmd_egg.c Fix more memleaks 2018-03-14 15:31:08 +01:00
cmd_eval.c Fix echo behaviour 2018-06-11 11:43:58 +02:00
cmd_flag.c Add asm.flags.real option disabled by default 2018-07-05 00:55:51 +08:00
cmd_hash.c Fix asan issue related to the hashbang launch 2018-07-19 17:25:44 +02:00
cmd_help.c Im retarded 2018-07-18 18:29:49 +02:00
cmd_info.c Fix ieej output 2018-07-18 19:33:12 +02:00
cmd_log.c Fix a few warnings 2018-06-26 23:09:07 +02: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 Renamed cmd_meta_hsdmf to cmd_meta_others 2018-07-25 00:27:44 +08:00
cmd_mount.c WIP: Handle path tab autocompletion in RFShell (#9837) 2018-04-24 13:57:17 +02:00
cmd_open.c Restore baddr after debug ends when oo'ing (#10774) 2018-07-18 20:18:10 +02:00
cmd_print.c Add &b command 2018-07-21 16:29:12 +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 Implement flat RVector and pvector 2018-07-30 18:49:37 +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 Fix a few warnings 2018-06-26 23:09:07 +02:00
cmd_type.c Fix noisy output in afta 2018-07-17 23:16:41 +02:00
cmd_write.c Kill the R_ITV defines (-8LOC) 2018-06-15 01:20:39 +02:00
cmd_zign.c Added r_file_globsearch and zfs **.sig support 2018-07-27 01:26:34 +08:00
cmd.c Separate command history for sdb shell "ks" (#10820) 2018-07-27 10:33:46 +01:00
core.c Add missing autocompletion for the obf command 2018-07-30 17:16:38 +01:00
cundo.c Initial import of the CoreUndo API and uc command 2018-03-14 12:12:44 +01:00
disasm.c [WIP] Colorize function arguments and variables part 2 (#10777) 2018-07-20 12:45:51 +02:00
file.c plugins on meson build (#10716) 2018-07-13 18:19:56 +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 Adjust edge positioning if there is a graph title 2018-07-29 12:48:15 +08:00
hack.c Refactor code to change R_ANAL_OP_MASK_ALL to appropriate value 2018-05-31 19:05:54 +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 Fix #10674 - pzq and gcc build 2018-07-09 01:13:29 +02:00
linux_heap_jemalloc.c Freebsd build fix (#10213) 2018-05-28 18:47:49 +02:00
log.c
Makefile Initial import of the CoreUndo API and uc command 2018-03-14 12:12:44 +01:00
meson.build meson.build: do not add "r_magic" as Require in pkgconfig if using sys 2018-07-18 15:50:02 +02:00
panels.c the scroll up-down behaviour of the disassembly in both Vp and V! should be unified. (#10848) 2018-07-30 03:06:58 +08:00
patch.c Fix more coverities 2017-10-02 21:31:31 +08:00
plugin.c s/deinit/fini/g 2018-05-27 15:55:33 +02:00
project.c Add asm.flags.real option disabled by default 2018-07-05 00:55:51 +08:00
pseudo.c asm.fcnlines > asm.lines.fcn (#10140) 2018-05-21 02:01:47 +02:00
rtr.c Fix =H& behaviour and warn about http.sandbox 2018-07-09 00:19:33 +02:00
task.c Always keep break stack filled in tasks in threads 2018-07-21 16:29:12 +02:00
vasm.c Fixed a->codebuf not null terminated in vasm.c 2018-07-23 13:44:28 +08:00
visual.c the scroll up-down behaviour of the disassembly in both Vp and V! should be unified. (#10848) 2018-07-30 03:06:58 +08:00
vmarks.c
vmenus.c Added color palette support to visual types menu 2018-07-23 11:11:15 +08: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