radare2/libr/core
2021-01-10 19:24:52 +01:00
..
p Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
agraph.c Fix s390x test_agraph (#18172) 2021-01-05 01:22:43 +01:00
anal_objc.c Fix latest COVs, remove dead code and unnecessary global variables (#17231) 2020-07-22 19:37:31 +08:00
anal_tp.c Use r_str_get_fail() throughout codebase ##refactor (#18079) 2020-12-21 08:51:44 +01:00
blaze.c Refactor Meta out of SDB (#16716) 2020-05-09 20:49:28 +02:00
canal.c Fix calling convention save/restore ##projects 2021-01-10 14:14:51 +01:00
cannotated_code.c Fix UB in cannotated_code (#17833) 2020-12-06 18:09:29 +01:00
carg.c Remove all uses of R_ANAL_CC_ 2020-12-16 00:48:54 +01:00
casm.c Fix format string warnings 2020-10-19 11:50:06 +02:00
cbin.c Fix code injection vuln in .ic* with ObjC classes ##bin (#18197) 2021-01-10 15:37:42 +01:00
cconfig.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
cfile.c Initial deprecation of RCoreFile ##refactor 2021-01-08 02:09:57 +01:00
cio.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
citem.c Refactor Meta out of SDB (#16716) 2020-05-09 20:49:28 +02:00
cmd_anal.c FIx #18171 - Support RNum for syscall-name in asl command ##anal (#18198) 2021-01-10 14:21:00 +01:00
cmd_api.c Fix memleak in test_buf & test_cmd (#18162) 2021-01-03 19:00:17 +01:00
cmd_cmp.c Fix formatting warnings 2020-11-02 18:58:37 +08:00
cmd_colon.c Fix vvs and make :> work again to create empty files 2019-05-06 20:42:40 +02:00
cmd_debug.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
cmd_egg.c Fix formatting warnings 2020-11-02 18:58:37 +08:00
cmd_eval.c Fix assert in eco 2021-01-07 19:02:37 +01:00
cmd_flag.c Use r_str_get_fail() throughout codebase ##refactor (#18079) 2020-12-21 08:51:44 +01:00
cmd_hash.c Use r_core_cmd_str_pipe when using . in a panels (#17982) ##visual 2020-12-16 14:25:36 +01:00
cmd_help.c Implement $i and $I numvars ##shell 2020-12-28 20:03:25 +01:00
cmd_helps.c Implement the comma command to manage user-defined tables ##util (#17702) 2020-12-09 03:39:49 +01:00
cmd_helps.h Implement the comma command to manage user-defined tables ##util (#17702) 2020-12-09 03:39:49 +01:00
cmd_info.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
cmd_log.c Multiple refactors in io and util ##io ##util ##refactor 2020-12-13 05:09:13 +01:00
cmd_macro.c Generate help automatically ##newshell (#16782) 2020-06-17 21:29:23 +02:00
cmd_magic.c Use pj in cmd_search.c##refactor (#18163) 2021-01-04 11:29:24 +01:00
cmd_meta.c Fix CCa help string order (#17373) 2020-07-31 12:16:41 +08:00
cmd_mount.c Use r_str_get_fail() throughout codebase ##refactor (#18079) 2020-12-21 08:51:44 +01:00
cmd_open.c Honor mapaddr for malloc in o* ##projects (#18199) 2021-01-10 15:56:40 +01:00
cmd_print.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
cmd_project.c Remove transitional projects code ##projects 2021-01-03 10:54:00 +01:00
cmd_quit.c Fix return code when using q! without arguments ##core (#18019) 2020-12-12 17:12:48 +01:00
cmd_search_rop.c Fix format string warnings 2020-10-19 11:50:06 +02:00
cmd_search.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
cmd_seek.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
cmd_type.c Fix calling convention save/restore ##projects 2021-01-10 14:14:51 +01:00
cmd_write.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
cmd_zign.c Multiple refactors in io and util ##io ##util ##refactor 2020-12-13 05:09:13 +01:00
cmd.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
core.c Fix r2 - tab crash related to regex apis 2021-01-09 12:47:47 +01:00
corelog.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
cplugin.c Improve str.wrap, add cons.line and fix cons.printat glitch ##cons 2020-12-23 23:14:07 +01:00
cproject.c Fix projects by removing code and honoring prj.name ##projects 2021-01-03 10:54:00 +01:00
cundo.c Merge everything time-related in r_time.h (#17445) 2020-08-12 18:54:49 +02:00
disasm_stackptr.inc Fix uninitialized variable use in ostackptr (#17836) 2020-10-26 14:03:24 +08:00
disasm.c Fix 32 critical COVs (UAF, UB and OOB) (#18077) 2020-12-21 01:10:22 +01:00
fortune.c fortunes: remove nsfw and creepy fortunes 2020-11-29 01:14:28 +01:00
gdiff.c Code cleanup and other minor refactoring changes 2021-01-09 17:38:54 +01:00
hack.c Refactor tcc and afcl commands, improve help and JSON ##types 2021-01-05 02:17:37 +01:00
libs.c Merge everything time-related in r_time.h (#17445) 2020-08-12 18:54:49 +02:00
linux_heap_glibc.c Use pj in dmj, dmhj & fix regex r2r ##refactor 2021-01-09 12:35:20 +01:00
linux_heap_jemalloc.c Fix formatting warnings 2020-11-02 18:58:37 +08:00
Makefile Remove file.path and file.lastpath and add RProject ##projects 2021-01-03 10:54:00 +01:00
meson.build Remove file.path and file.lastpath and add RProject ##projects 2021-01-03 10:54:00 +01:00
panels.c Fix 'right'/'h' key in Symbols tab 2021-01-09 19:40:16 +01:00
patch.c Better use of the R_SOCKET_PROTO_DEFAULT and add _NONE (#17644) 2020-09-25 19:51:23 +08:00
project.c Fix calling convention save/restore ##projects 2021-01-10 14:14:51 +01:00
pseudo.c Fix formatting warnings for sdb_fmt() ##refactor 2020-11-12 15:14:42 +08:00
r2-shell-parser-cmds.inc Fix cmd_substitution in grep_specifier ##newshell (#16625) 2020-04-18 11:07:25 +02:00
rtr_http.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
rtr_shell.c Fix fgets() usage (#16068) 2020-02-29 20:47:10 +01:00
rtr.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
task.c Multiple refactors in io and util ##io ##util ##refactor 2020-12-13 05:09:13 +01:00
vasm.c Fix format warnings in libr/core 2020-10-22 13:37:25 +08:00
visual_tabs.inc Use r_str_get_fail() throughout codebase ##refactor (#18079) 2020-12-21 08:51:44 +01:00
visual.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
vmarks.c Fix format warnings in libr/core 2020-10-22 13:37:25 +08:00
vmenus_graph.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
vmenus_zigns.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
vmenus.c Fix #17940 - Show ConfigNode options when selected in Ve ##visual 2021-01-10 19:24:52 +01:00
windows_heap.c Fix some warnings 2020-11-16 18:56:21 +08:00
yank.c Remove core.file ##refactor (#18178) 2021-01-06 23:44:18 +01:00
zdiff.c Fix large disasm issue with invalids and handle @{xfs} ##print 2019-04-09 02:56:53 +02:00