radare2/libr/core
2024-10-25 08:51:26 +02:00
..
p In stm8 use brackets for memory writes with mov ##arch 2024-10-23 12:59:56 +02:00
agraph.c Replace "" with ' in more * subcommands, wip deprecation for safetiness ##shell 2024-10-10 18:37:03 +02:00
anal_objc.c Replace r_return_val_if_fail with uppercase alternative 2024-08-05 12:26:32 +02:00
anal_tp.c Deprecate the IS_DIGIT/IS_UPPER/IS_LOWER, we have posix ##api 2024-09-17 17:05:59 +02:00
blaze.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
canal.c Implement 'afln' command to list all function names ##analysis 2024-10-17 19:11:14 +02:00
carg.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
casm.c Fix #23322 - assembler for 'mov r(number), [reg+delta]' ##arch 2024-09-16 12:16:45 +02:00
cbin.c Implement ahb*, use more single quote, fix codeinj vuln and more ##analysis 2024-10-11 00:50:05 +02:00
cconfig.c Fix the default value for dir.cache 2024-10-18 12:38:42 +02:00
cfile.c Install scripts ##build 2024-10-21 20:45:30 +02:00
cio.c Add io.voidwrites 2024-10-06 22:08:41 +00:00
citem.c More cleanup on the cmd_info loop logic (#22920) 2024-05-12 01:52:16 +02:00
cmd_anal.inc.c Use SPDX license namings in all the arch plugins ##doc 2024-10-18 13:25:40 +02:00
cmd_api.c Replace r_return_val_if_fail with uppercase alternative 2024-08-05 12:26:32 +02:00
cmd_cmp.inc.c Use RCore.returnInvalidCommand the remaining root commands ##shell 2024-09-21 16:25:28 +02:00
cmd_debug.inc.c Do not clearline in -A 2024-10-11 00:02:04 +02:00
cmd_egg.inc.c Use RCore.returnInvalidCommand the remaining root commands ##shell 2024-09-21 16:25:28 +02:00
cmd_eval.inc.c Fix last covs 2024-10-01 11:31:28 +02:00
cmd_flag.inc.c Unify aea/aeA command logic and a little cleanup 2024-09-26 10:24:49 +02:00
cmd_hash.inc.c Handle base64: in #!-e ##lang 2024-10-22 01:26:33 +02:00
cmd_help.inc.c Fix "?E C.." bug in clippy ##shell 2024-10-21 08:45:40 +02:00
cmd_info.inc.c Fix crash in 'iic' and add more import types ##bin 2024-10-25 08:51:26 +02:00
cmd_log.inc.c Fix all the plugins listing in r2 -Vj ##shell 2024-10-15 19:54:36 +02:00
cmd_macro.inc.c Fix command macro parsing and calling and add another test ##shell 2024-04-09 16:14:41 +02:00
cmd_magic.inc.c Use .inc.c in libr/core ##refactor 2023-09-07 11:23:04 +02:00
cmd_meta.inc.c Remove globals in RCore.cmdMeta ##globals 2024-10-23 21:26:20 +02:00
cmd_mount.inc.c Fix all the plugins listing in r2 -Vj ##shell 2024-10-15 19:54:36 +02:00
cmd_open.inc.c Fix help for omt 2024-10-15 16:25:19 +02:00
cmd_print_list.c Initial WIP implementation of pl ##shell 2024-02-16 12:53:10 +01:00
cmd_print.inc.c Fix invalid command error message when subcommand is the null char ##shell 2024-10-21 08:45:56 +02:00
cmd_project.inc.c Honor absolute and relative paths in Pze ##projects 2024-10-12 02:03:55 +02:00
cmd_quit.inc.c Honor numeric argument in q!! and simplify command logic ##shell 2024-07-01 09:38:47 +02:00
cmd_search_rop.inc.c Use .inc.c in libr/core ##refactor 2023-09-07 11:23:04 +02:00
cmd_search.inc.c Fix /cp segfault on missing key ##crash 2024-09-20 11:15:03 +02:00
cmd_seek.inc.c Use RCorePJ if possible instead of PJ ##json 2024-06-20 01:20:57 +02:00
cmd_type.inc.c Single quote e* and t* 2024-10-13 01:00:46 +02:00
cmd_write.inc.c Replace "" with ' in more * subcommands, wip deprecation for safetiness ##shell 2024-10-10 18:37:03 +02:00
cmd_zign.inc.c Make -p/-P available from the r2 shell and better subcommand handling ##shell 2024-09-26 21:10:28 +02:00
cmd.c Add script for linting assert lines on all R_APIs ##lint 2024-10-15 18:08:28 +02:00
core.c Add scr.prompt.prj to show project name ##projects 2024-10-12 02:03:55 +02:00
corelog.c Each RLogCallback have its own user pointer ##crash 2024-05-27 17:24:40 +02:00
cplugin.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
cproject.c Replace r_return_val_if_fail with uppercase alternative 2024-08-05 12:26:32 +02:00
cundo.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
disasm_stackptr.inc.c Update SDB to fix name conflicts in haiku 2023-10-02 13:27:43 +02:00
disasm.c Fix #23273 - Honor scr.strconv in emustr, fncarg and add tests ##disasm 2024-10-10 17:03:48 +02:00
dmh_glibc.inc.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
dmh_jemalloc.inc.c Fix null deref in Vbc ##crash 2024-05-10 20:26:53 +02:00
dmh_macos.inc.c Use .inc.c in libr/core ##refactor 2023-09-07 11:23:04 +02:00
dmh_windows.inc.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
fortune.c Deprecate r_str_new and R_STR_DUP ##refactor 2024-08-04 12:21:44 +02:00
gdiff.c Use RFile.new instead of R_JOIN in the fortunes code 2024-05-12 02:14:58 +02:00
hack.c Use RFile.new instead of R_JOIN in the fortunes code 2024-05-12 02:14:58 +02:00
libs.c Use dir.plugins config var instead of hardcoded R2_LIBDIR in libs.c 2024-09-10 12:17:31 +02:00
Makefile Initial WIP implementation of pl ##shell 2024-02-16 12:53:10 +01:00
meson.build Initial WIP implementation of pl ##shell 2024-02-16 12:53:10 +01:00
panels.c Replace "" with ' in more * subcommands, wip deprecation for safetiness ##shell 2024-10-10 18:37:03 +02:00
patch.c Fix ?t'. avoid the use of "" prefixes ##shell 2024-09-27 09:21:28 +02:00
project.c Inform about the project path before removing ##projects 2024-10-14 00:47:44 +02:00
pseudo.c Deprecate the IS_DIGIT/IS_UPPER/IS_LOWER, we have posix ##api 2024-09-17 17:05:59 +02:00
rtr_http.inc.c More fixes for the =l background webserver sessions ##web 2024-09-03 11:01:37 +02:00
rtr_shell.inc.c Use .inc.c in libr/core ##refactor 2023-09-07 11:23:04 +02:00
rtr.c Deprecate the IS_DIGIT/IS_UPPER/IS_LOWER, we have posix ##api 2024-09-17 17:05:59 +02:00
task.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
vasm.c Support live hexpairs input in the visual assembler ##visual 2024-04-04 11:29:33 +02:00
visual_riu.inc.c Fix null deref in ?iu 2024-07-19 15:52:33 +02:00
visual_tabs.inc.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
visual.c Improve visualization of the visual xrefs view ##visual 2024-09-30 18:31:34 +02:00
vmarks.c Deprecate the IS_DIGIT/IS_UPPER/IS_LOWER, we have posix ##api 2024-09-17 17:05:59 +02:00
vmenus_graph.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
vmenus_zigns.c Keep RCons.strcat defines for backward compat ##api 2023-07-29 11:10:31 +02:00
vmenus.c Implement ahb*, use more single quote, fix codeinj vuln and more ##analysis 2024-10-11 00:50:05 +02:00
vslides.c Replace other r_return_* uses and update DEVELOPERS.md ##refactor 2024-08-05 13:31:58 +02:00
yank.c Replace r_return_val_if_fail with uppercase alternative 2024-08-05 12:26:32 +02:00
zdiff.c Use SPDX license namings in all the arch plugins ##doc 2024-10-18 13:25:40 +02:00