radare2/libr/core
2023-05-07 12:12:48 +02:00
..
p Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
agraph.c Experimental graph debugger layout ##visual 2023-05-04 11:03:12 +02:00
anal_objc.c Fix oobread in swift field parser ##crash 2023-04-14 10:54:31 +02:00
anal_tp.c Branch prediction optimizations (2/3) ##performance 2023-04-18 16:10:44 +02:00
blaze.c Make aab even faster (39s -> 32s) ##anal 2023-03-08 18:11:49 +01:00
canal.c Fix aae logic for mem read xrefs ##anal 2023-04-25 12:23:37 +02:00
carg.c Support function arguments without a name ##anal 2023-03-09 14:12:59 +01:00
casm.c Replace strtok by thread-safe r_str_tok_r 2023-04-22 20:52:23 +02:00
cbin.c Support fatmachos with slices using arch plugins ##arch 2023-04-25 01:50:42 +02:00
cconfig.c Implement asm.bytes.asbits to display instruction bits in binary ##disasm 2023-05-06 08:17:35 +02:00
cfile.c Improve brainfuck VM using ESIL and arch restrictions ##arch 2023-04-01 11:38:31 +02:00
cio.c Minor code quality improvements in core/cio.c 2023-04-25 01:43:41 +02:00
citem.c Fix assert in r2 -ci. -- 2022-11-19 12:55:51 +01:00
cmd_anal.c Dont abuse asm.bits in bin.pyc and honor asm.cpu ##arch 2023-05-06 13:16:15 +02:00
cmd_api.c Add lint for ==' to improve code readability 2023-01-16 13:43:38 +01:00
cmd_cmp.c Initial implementation of the 'cgfa' command ##diff 2023-04-05 14:30:39 +02:00
cmd_debug.c Warn the user when using dd/dm/di without a child ##debug 2023-05-03 18:45:36 +02:00
cmd_egg.c Use more R_LOG instead of eprintfs in some commands ##shell 2023-03-27 14:52:32 +02:00
cmd_eval.c Fix #17194 - Fix 'e scr.pager=..' to set the internal pager ##cons 2023-05-04 00:21:27 +02:00
cmd_flag.c Use more R_LOG instead of eprintfs in some commands ##shell 2023-03-27 14:52:32 +02:00
cmd_hash.c Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
cmd_help.c Fix help for ?:? and show its links with =! ##shell 2023-05-07 12:12:48 +02:00
cmd_info.c Add experimental zign.mangled to not use demmangled symbol names ##signatures 2023-04-09 18:07:50 +02:00
cmd_log.c Better LA/Ll listings ##shell 2023-05-04 11:48:43 +02:00
cmd_macro.c Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
cmd_magic.c Magic depth starts at 0 now ##search 2023-03-07 17:47:43 +01:00
cmd_meta.c Initial steps to support column details in dbginfo ##bin 2023-03-28 06:58:15 +02:00
cmd_mount.c Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
cmd_open.c Fix oobread in omu command ##crash 2023-04-11 13:47:25 +02:00
cmd_print.c Fix ::pd and ::? glitch with (null) colors ##cons 2023-05-07 12:12:48 +02:00
cmd_project.c Add ?Tj and get rid of all the eprintf("Usage in cmd.egg ##shell 2023-03-03 22:09:04 +01:00
cmd_quit.c Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
cmd_search_rop.c Replace strtok by thread-safe r_str_tok_r 2023-04-22 20:52:23 +02:00
cmd_search.c Fix oobread in /v ##crash 2023-05-04 00:13:30 +02:00
cmd_seek.c Deprecate r_str_cmp() ##api 2023-04-25 13:44:15 +02:00
cmd_type.c Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
cmd_write.c Replace strtok by thread-safe r_str_tok_r 2023-04-22 20:52:23 +02:00
cmd_zign.c Replace strtok by thread-safe r_str_tok_r 2023-04-22 20:52:23 +02:00
cmd.c Implement the -L command ##shell 2023-05-03 18:12:28 +02:00
core.c Fix null deref on null :: command via fuzzing ##crash 2023-05-03 19:47:31 +02:00
corelog.c Fix UAF in radiff2 when using R_LOG apis after freeing RCore 2023-03-28 22:57:33 +02:00
cplugin.c Fix oba $$ in frida://0 global ##bin 2022-08-23 00:54:22 +02:00
cproject.c Fix some problems when renaming projects ##projects 2022-12-10 22:10:32 +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 ::pd and ::? glitch with (null) colors ##cons 2023-05-07 12:12:48 +02: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 Initial implementation of the 'cgfa' command ##diff 2023-04-05 14:30:39 +02:00
hack.c Expose the value of arm's ADD in op.val ##arch 2023-03-23 10:46:56 +01:00
libs.c Clear SSL (C|LD)FLAGS if not willing to use SSL at all ##build 2023-02-16 19:45:20 +01:00
linux_heap_glibc.c Improve code quality of the dmh command 2023-04-10 12:54:51 +02:00
linux_heap_jemalloc.c Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
Makefile Merge RParse into RAsm ##api 2022-12-03 02:26:41 +01:00
meson.build Merge RParse into RAsm ##api 2022-12-03 02:26:41 +01:00
panels.c Fix #21658 - Fix zoom mode glitch in panels ##visual 2023-04-27 12:10:41 +02:00
patch.c Implement the 'wget' command to download files from http:// ##shell 2023-02-15 19:42:26 +01:00
project.c Replace strtok by thread-safe r_str_tok_r 2023-04-22 20:52:23 +02:00
pseudo.c Improve the pseudo-decompilation output for !x86 and inlined gotos ##print 2023-03-13 17:27:56 +01:00
rtr_http.c Add lint for ==' to improve code readability 2023-01-16 13:43:38 +01:00
rtr_shell.c Add lint for ==' to improve code readability 2023-01-16 13:43:38 +01:00
rtr.c Add LC_AOT_METADATA parsing support for mach0 ##bin 2023-04-09 12:42:11 +02: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 Code cleanup in visual.c 2023-04-13 10:56:19 +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 Fix oobread crash in the visual bit pixel editor ##crash 2023-04-13 11:50:01 +02:00
vslides.c Handle 'R' key to refresh the slides from disk ##visual 2023-02-03 20:15:15 +01:00
windows_heap.c Replace strtok by thread-safe r_str_tok_r 2023-04-22 20:52:23 +02:00
yank.c Drastically reduce eUsage counter ##shell 2023-03-09 16:07:09 +01:00
zdiff.c Minor help improvements for afv and less eprintfs 2023-03-29 06:18:49 +02:00