radare2/libr/core
2022-05-09 00:47:03 +02:00
..
p Fix #7094 - Add direction information in xrefs ##analysis 2022-04-25 22:19:23 +02:00
agraph.c eprintf requires newline 2022-05-05 13:11:52 +02:00
anal_objc.c Initial implementation of shared RAsmConfig ##asm (#19972) 2022-04-22 19:47:25 +02:00
anal_tp.c Deshadow some variables, in progress for the full -Wshadow cleanup ##build 2022-05-05 09:44:03 +02:00
blaze.c eprintf requires newline 2022-05-05 13:11:52 +02:00
canal.c eprintf requires newline 2022-05-05 13:11:52 +02:00
carg.c Introduce r_arch.h. Use RArchConfig in RAnal and improve RRef api ##api 2022-04-24 23:11:26 +02:00
casm.c Dont use != NULL as its implicit in C, even for bool casts ##refactor 2022-03-15 19:54:04 +01:00
cbin.c Permit RBin plugins to expose a default charset ##bin 2022-05-09 00:47:03 +02:00
cconfig.c Rename anal.cpp.abi to anal.cxxabi, and add options for dbg.malloc ##shell 2022-05-06 10:30:11 +02:00
cfile.c Select 'arm' fatmacho slice on -a arm.v35 ##bin 2022-05-08 04:11:17 +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 Rename anal.cpp.abi to anal.cxxabi, and add options for dbg.malloc ##shell 2022-05-06 10:30:11 +02:00
cmd_api.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_cmp.c Remove all the deprecated abi apis 2022-04-19 15:40:29 +02:00
cmd_debug.c Add d: to run the cmd callback of the debug plugins ##debug 2022-05-07 11:58:38 +02:00
cmd_egg.c Introduce r_arch.h. Use RArchConfig in RAnal and improve RRef api ##api 2022-04-24 23:11:26 +02:00
cmd_eval.c Visual color theme editor available from panels ##visual 2022-04-09 12:10:32 +02:00
cmd_flag.c Handle ^C in fg and improve ^C in pd ##shell 2022-04-13 00:14:27 +02:00
cmd_hash.c Last improvements for this patch 2022-03-23 11:53:03 +01:00
cmd_help.c Fix help message for the ?= command ##shell 2022-05-05 18:20:25 +02:00
cmd_info.c Lowercase all the help messages for consistency ##shell 2022-04-11 11:09:41 +02:00
cmd_log.c Handle Loj and Lij as alias for iLj and oLj ##shell 2022-05-06 09:41:08 +02:00
cmd_macro.c Fix serializing macros (* using ; instead of , ##projects 2022-05-05 10:05:07 +02:00
cmd_magic.c Introduce r_strf and stop using sdb_fmt ##util 2022-01-18 18:35:31 +01:00
cmd_meta.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_mount.c Fix last covs 2022-05-03 09:11:28 +02:00
cmd_open.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_print.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_project.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_quit.c Add r_core_return_code() and use it ##shell 2022-04-08 23:15:39 +02:00
cmd_search_rop.c Fix aecs and add test emulating hello world without libc ##esil 2022-03-16 15:33:03 +01:00
cmd_search.c Fix #7094 - Add direction information in xrefs ##analysis 2022-04-25 22:19:23 +02:00
cmd_seek.c Fix last covs 2022-04-28 23:35:51 +02:00
cmd_type.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_write.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd_zign.c eprintf requires newline 2022-05-05 13:11:52 +02:00
cmd.c Initial import of the RThreadChannel API with the ::x command ##core 2022-05-08 04:04:50 +02:00
core.c Initial import of the RThreadChannel API with the ::x command ##core 2022-05-08 04:04:50 +02:00
corelog.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +02:00
cplugin.c free/fini methods should return void ##refactor 2021-10-29 12:20:24 +02: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 Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
disasm.c eprintf requires newline 2022-05-05 13:11:52 +02:00
esil2c.c eprintf requires newline 2022-05-05 13:11:52 +02:00
fortune.c Move more context fields out of the globals ##cons 2021-09-30 01:04:03 +02:00
gdiff.c Many indentation style fixes 2021-11-18 10:43:52 +01:00
hack.c Initial implementation of shared RAsmConfig ##asm (#19972) 2022-04-22 19:47:25 +02:00
libs.c Update list of file extensions considered scripts 2022-02-24 01:11:08 +01:00
linux_heap_glibc.c eprintf requires newline 2022-05-05 13:11:52 +02:00
linux_heap_jemalloc.c eprintf requires newline 2022-05-05 13:11:52 +02:00
Makefile Implement RCore.visual_slides() ##visual 2021-10-27 01:54:43 +02:00
meson.build Only build library archives when -Dblob is provided ##build 2022-03-22 11:59:13 +01:00
panels.c Simplify panel's stack delta reset '.' key implementation 2022-05-06 18:39:59 +02:00
patch.c Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
project.c Confirm project deletion and honor scr.interactive on reopen ##project 2022-05-05 11:44:13 +02:00
pseudo.c eprintf requires newline 2022-05-05 13:11:52 +02:00
rtr_http.c Better material webui disasm defaults ##webui 2022-05-07 21:19:48 +02:00
rtr_shell.c Add ===errmsg to support the new r2pipe side ##r2pipe (#18705) 2021-05-18 09:08:27 +02:00
rtr.c Fix last covs 2022-04-25 23:00:37 +02:00
rvc.c eprintf requires newline 2022-05-05 13:11:52 +02:00
task.c Two more null deref fixes for cons/task initialization 2022-03-03 10:52:01 +01:00
vasm.c Fix format warnings in libr/core 2020-10-22 13:37:25 +08:00
visual_tabs.inc Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
visual.c Fix #7094 - Add direction information in xrefs ##analysis 2022-04-25 22:19:23 +02:00
vmarks.c Fix some format string warnings in the mingw ci job 2021-12-21 00:31:28 +01:00
vmenus_graph.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
vmenus_zigns.c Fix last covs 2022-01-28 15:23:44 +01:00
vmenus.c eprintf requires newline 2022-05-05 13:11:52 +02:00
vslides.c Fix assert in 'v.' 2022-01-07 01:50:05 +01:00
windows_heap.c Rename corebind fields to coreb, for consistency with analb, iob ##abi 2022-05-07 11:58:38 +02:00
yank.c eprintf requires newline 2022-05-05 13:11:52 +02:00
zdiff.c Fix large disasm issue with invalids and handle @{xfs} ##print 2019-04-09 02:56:53 +02:00