radare2/libr/core
2022-07-28 15:33:49 -04:00
..
p Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
agraph.c Mark more globals as TLS (#20289) 2022-06-14 12:55:40 +02:00
anal_objc.c Replace some instances of eprintf with R_LOG_ 2022-06-28 02:49:42 +02:00
anal_tp.c Add a linting to avoid R_LOG calls ending with a dot ##lint 2022-07-04 17:42:25 +02:00
blaze.c Remove incorrect nonnull requirement in createFunction() 2022-07-20 00:19:25 +02:00
canal.c Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
carg.c Use RArchConfig in RPrint ##api 2022-05-22 01:02:56 +02:00
casm.c Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
cbin.c Add null check for r->anal before clearing hints in r_core_bin_update_arch_bits() 2022-07-20 00:19:25 +02:00
cconfig.c Ignore asm->immdisp ##refactor 2022-07-17 04:47:08 +02:00
cfile.c Fix crash due to null debug file handle/uri 2022-07-17 22:01:42 +02:00
cio.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
citem.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
cmd_anal.c Handle arm64's BTI instruction as a nop ##analysis (#20452) 2022-07-15 14:07:21 +02:00
cmd_api.c Mark more globals as TLS (#20289) 2022-06-14 12:55:40 +02:00
cmd_cmp.c Partial #19887 - Refactor c[248], add and test c[248]* ##shell 2022-07-07 01:58:11 +02:00
cmd_debug.c Lint for x"" ##cleanup 2022-06-28 12:07:58 +02:00
cmd_egg.c Mark more globals as TLS (#20289) 2022-06-14 12:55:40 +02:00
cmd_eval.c Update cmd_eval / en[v]? case help message 2022-06-26 03:22:48 +02:00
cmd_flag.c Get rid of some globals and tls-ify others 2022-07-03 10:01:58 +02:00
cmd_hash.c Use more R_LOG instead of eprintfs and add more linting checks ##refactor 2022-06-28 11:24:06 +02:00
cmd_help.c Add test for 'q' return code bug and minor cleanup r2r ##tests 2022-05-26 12:41:49 +02:00
cmd_info.c Add icg str argument for filtering classes to graph ##analysis 2022-06-09 20:29:26 +02:00
cmd_log.c Implement gLj and Lgj for listing egg plugins in JSON ##shell 2022-05-30 21:15:19 +02:00
cmd_macro.c Add test for 'q' return code bug and minor cleanup r2r ##tests 2022-05-26 12:41:49 +02:00
cmd_magic.c Mark more globals as TLS (#20289) 2022-06-14 12:55:40 +02:00
cmd_meta.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_mount.c Fix last covs and support mount in ms ##fs 2022-07-08 09:51:21 +02:00
cmd_open.c Use arch/bits info from anal if asm is not available in r_core_bin_update_arch_bits ##refactor 2022-07-08 12:30:31 +02:00
cmd_print.c Fix color changing for same block and prc=f ##print 2022-07-28 15:31:49 -04:00
cmd_project.c Fix #20405 - Multiple fixes and improvements in projects ##projects 2022-07-05 10:56:04 +02:00
cmd_quit.c Fix echo q|r2 return code 2022-06-28 02:00:26 +02:00
cmd_search_rop.c Use more R_LOG instead of eprintfs and add more linting checks ##refactor 2022-06-28 11:24:06 +02:00
cmd_search.c Fix /rx ##search 2022-07-27 07:28:33 -04:00
cmd_seek.c Use of RNum.calc in rax2 to honor error code ##tools 2022-07-23 10:23:51 -04:00
cmd_type.c Add a linting to avoid R_LOG calls ending with a dot ##lint 2022-07-04 17:42:25 +02:00
cmd_write.c Add missing break in wtf switch statement 2022-07-25 16:07:52 -04:00
cmd_zign.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd.c Add a linting to avoid R_LOG calls ending with a dot ##lint 2022-07-04 17:42:25 +02:00
core.c Fix some memory leaks caused by buggy macros for reference counting 2022-07-24 15:24:32 -04:00
corelog.c Some better help, error capitalization and more PJ usage 2022-05-30 11:35:09 +02:00
cplugin.c Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
cproject.c Fix the double free bug I introduced in cproject.c 2022-05-26 23:53:46 +02:00
cundo.c
disasm_stackptr.inc
disasm.c Fix the previous fix 2022-07-21 18:12:25 +02:00
esil2c.c Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
fortune.c Free second path string if file does not exist in getFortuneFile() 2022-07-20 00:19:25 +02:00
gdiff.c Fix last covs and support mount in ms ##fs 2022-07-08 09:51:21 +02:00
hack.c Use more R_LOG in core/cmd_anal 2022-06-30 20:55:47 +02:00
libs.c Update list of file extensions considered scripts 2022-02-24 01:11:08 +01:00
linux_heap_glibc.c Replace some instances of eprintf with R_LOG_ 2022-06-28 02:49:42 +02:00
linux_heap_jemalloc.c Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
Makefile
meson.build windows_heap is included in cmd_debug ##build 2022-05-10 13:32:02 +02:00
panels.c Simplify panel's stack delta reset '.' key implementation 2022-05-06 18:39:59 +02:00
patch.c
project.c The RThread.start(true) had racy deadlocks, re-enable the bg http server ##util 2022-07-20 17:36:27 +02:00
pseudo.c Add another source linting to avoid newlines in RCore.cmd() ##refactor 2022-06-30 22:22:30 +02:00
rtr_http.c The RThread.start(true) had racy deadlocks, re-enable the bg http server ##util 2022-07-20 17:36:27 +02:00
rtr_shell.c
rtr.c The RThread.start(true) had racy deadlocks, re-enable the bg http server ##util 2022-07-20 17:36:27 +02:00
rvc.c Replace some instances of eprintf with R_LOG_ 2022-06-28 02:49:42 +02:00
task.c Two more null deref fixes for cons/task initialization 2022-03-03 10:52:01 +01:00
vasm.c Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
visual_tabs.inc Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
visual.c Fix recently introduced stack buffer overflow ##visual 2022-07-28 15:33:49 -04:00
vmarks.c
vmenus_graph.c Add another source linting to avoid newlines in RCore.cmd() ##refactor 2022-06-30 22:22:30 +02:00
vmenus_zigns.c Fix #20405 - Multiple fixes and improvements in projects ##projects 2022-07-05 10:56:04 +02:00
vmenus.c Allow seek to previous result item when it is at 0 offset ##visual 2022-07-19 09:32:59 +02:00
vslides.c Fix assert in 'v.' 2022-01-07 01:50:05 +01:00
windows_heap.c Add a linting to avoid R_LOG calls ending with a dot ##lint 2022-07-04 17:42:25 +02:00
yank.c Fix last covs and support mount in ms ##fs 2022-07-08 09:51:21 +02:00
zdiff.c Fix last covs and support mount in ms ##fs 2022-07-08 09:51:21 +02:00