radare2/libr/core
2022-11-22 08:28:40 +01:00
..
p Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
agraph.c Fix null deref in agg and avoid destructive manners of 'V ,' ##graph 2022-10-21 02:46:43 +02:00
anal_objc.c Remove RPrintRowlog and use R_LOG isntead ##shell 2022-09-16 20:45:13 +02:00
anal_tp.c RAnalEsil -> REsil api refactor ##api 2022-11-17 10:22:55 +01:00
blaze.c Unify RArchOp into RAnalOp using common include files ##arch 2022-10-16 22:25:24 +02:00
canal.c Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
carg.c Unify RArchOp into RAnalOp using common include files ##arch 2022-10-16 22:25:24 +02:00
casm.c Unify RArchOp into RAnalOp using common include files ##arch 2022-10-16 22:25:24 +02:00
cbin.c Fix #14540 - klass->super must be an RList instead of char* ##bin 2022-11-21 19:26:29 +01:00
cconfig.c Implement cmd.usr1 and cmd.usr2 to handle signals on unix ##shell 2022-11-18 02:18:26 +01:00
cfile.c Rename many bin.*str evars into bin.str.* ##core 2022-11-11 12:17:50 +01:00
cio.c Minor comment/string colorization improvement in pdc output 2022-10-25 13:35:45 +02:00
citem.c Fix assert in r2 -ci. -- 2022-11-19 12:55:51 +01:00
cmd_anal.c RAnalEsil -> REsil api refactor ##api 2022-11-17 10:22:55 +01:00
cmd_api.c Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
cmd_cmp.c Rename RStr.home() to RFile.home() as part of the Plan ##api 2022-10-27 16:28:33 +02:00
cmd_debug.c Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
cmd_egg.c Change the way TODO messages are printed from eprintf to R_LOG_TODO 2022-09-15 04:07:29 +02:00
cmd_eval.c Fix static themes listing ##cons 2022-11-14 12:09:02 +01:00
cmd_flag.c Improve help message for f subcommands ##shell 2022-11-03 02:09:54 +01:00
cmd_hash.c Balance spacings in braces ##indent 2022-10-13 21:21:34 +02:00
cmd_help.c Balance spacings in braces ##indent 2022-10-13 21:21:34 +02:00
cmd_info.c Fix #14540 - klass->super must be an RList instead of char* ##bin 2022-11-21 19:26:29 +01:00
cmd_log.c Fix last leaks spotted by coverity 2022-10-28 14:52:57 +02:00
cmd_macro.c Fix last leaks spotted by coverity 2022-10-28 14:52:57 +02:00
cmd_magic.c Correct magic hit numbering and move base64 into magic 2022-10-14 16:34:10 +02:00
cmd_meta.c Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
cmd_mount.c Boolify and rename some methods and fields from RFS ##api 2022-09-14 23:41:12 +02:00
cmd_open.c omfg runs omm if no map is set ##io 2022-11-22 03:03:54 +01:00
cmd_print.c Implement pcn command to print bytes as space separated numbers ##print 2022-11-19 00:14:43 +01:00
cmd_project.c @radare Do changes in Px->Pc, Pc->PS* as planned ##projects 2022-11-02 05:30:39 +01:00
cmd_quit.c Add linting to avoid setting bool config vars with strings 2022-09-16 11:46:18 +02:00
cmd_search_rop.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
cmd_search.c Update sdb to remove double include paths ##build 2022-11-19 01:05:18 +01:00
cmd_seek.c Unify RArchOp into RAnalOp using common include files ##arch 2022-10-16 22:25:24 +02:00
cmd_type.c RAnalEsil -> REsil api refactor ##api 2022-11-17 10:22:55 +01:00
cmd_write.c Deprecate more unused fields from RAsmPlugin ##asm 2022-11-21 12:04:46 +01:00
cmd_zign.c Use more R_LOG in core, bin, debug, io, .. and add more lints 2022-09-06 08:08:24 +02:00
cmd.c Fix null deref on wrong api usage for RCore.cmdStr ##api 2022-11-22 08:28:40 +01:00
core.c Remove the unused RAsm.binb ##asm 2022-11-21 03:03:19 +01:00
corelog.c Add base64 support to the T and T* commands ##logs 2022-10-06 12:06:28 +02:00
cplugin.c Fix oba $$ in frida://0 global ##bin 2022-08-23 00:54:22 +02:00
cproject.c Initial refactoring of the version control api ##rvc 2022-11-16 11:35:39 +01:00
cundo.c Add the new ucu and ucd commands using the new core-undo apis ##shell 2022-09-14 17:42:03 +02:00
disasm_stackptr.inc Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
disasm.c Fix char auto-comment in cmp instructions ##disasm 2022-11-22 00:51:13 +01:00
esil2c.c RAnalEsil -> REsil api refactor ##api 2022-11-17 10:22:55 +01:00
fortune.c Rename RStr.home() to RFile.home() as part of the Plan ##api 2022-10-27 16:28:33 +02:00
gdiff.c Use rlog instead of eprintf in 300 more places 2022-08-22 14:35:04 +02:00
hack.c Deprecate more unused fields from RAsmPlugin ##asm 2022-11-21 12:04:46 +01:00
libs.c RAnalEsil -> REsil api refactor ##api 2022-11-17 10:22:55 +01:00
linux_heap_glibc.c Fixed incorrect thread arena output ##debug 2022-11-20 12:55:12 +01:00
linux_heap_jemalloc.c Balance spacings in braces ##indent 2022-10-13 21:21:34 +02:00
Makefile Move anal.esil into the new esil ##esil 2022-11-13 22:38:58 +01:00
meson.build Move anal.esil into the new esil ##esil 2022-11-13 22:38:58 +01:00
panels.c Make j/k movement in panels' cursor mode more consistent with it's visual counterpart ##visual 2022-11-20 11:40:06 +01:00
patch.c Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
project.c Initial refactoring of the version control api ##rvc 2022-11-16 11:35:39 +01:00
pseudo.c Fix leaks in pdc ##leaks 2022-11-06 17:24:56 +01:00
rtr_http.c Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +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 Rename RVector.len to RVector.length for consistency ##api 2022-11-06 19:48:53 +01:00
task.c Parse the PT_DYNAMIC elf section for the preinit pointers ##bin 2022-11-11 03:04:46 +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 Minor RLOG/bool changes spotted in visual and heap code 2022-10-04 19:00:55 +02:00
visual.c Deprecate r_cons_eprintf and use R_LOG instead ##api 2022-10-29 01:17:40 +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 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 RAnalEsil -> REsil api refactor ##api 2022-11-17 10:22:55 +01:00
vslides.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
windows_heap.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
yank.c Boolify r_core_yank_file_all() and fix shadow var bug ##api 2022-09-19 02:08:58 +02:00
zdiff.c Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00